Derek Hohls
Derek Hohls
I have tried installing the latest jQuery; it gets loaded before autocomplete: ``` [31/Oct/2020 13:44:59] "GET /static/site/js/jquery-3.5.1.js HTTP/1.1" 304 0 [31/Oct/2020 13:44:59] "GET /static/autocomplete_light/select2.css HTTP/1.1" 200 267 [31/Oct/2020 13:44:59] "GET...
I am using 3.8.1 for the test (referred to as "separate project" above) and in the project that is currently failing. Although the actual project is obviously bigger and more...
I am not allowed to post the full template code, but can post the header section. The working case is at https://github.com/gamesbook/django-suit - see https://github.com/gamesbook/django-suit/blob/v2/demo/demo/views.py (but there is no template...
The code for the form is this: ``` class TestModelForm(forms.ModelForm): class Meta: model = models.TestModelName fields = '__all__' widgets = { 'domain': autocomplete.ModelSelect2( url="core:domain-auto"), } ``` There is no specific...
Update: I tried reverting to an earlier version of DAL - 3.4.1 - and that works as expected. Manually adding in the jQuery library is **not** needed. The README says:...
_Yes, you may keep the README updated for others, but our policy is to support the latest versions because tdd makes it easy to update confidently_ Not sure who "you"...
Given that DAL "just worked" when I switched to an earlier version, I am unsure why you suggest all these changes?
Why would an incorrect URL mean that an earlier version works? What has changed to cause this?
The last comment on #193 was "This should be fixed in version 1.4.0, so I'm closing this. If it's not fixed please reopen it." Sp, you need to do that...
Are all these changes backwards-compatible or for v5 only?