-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAL 3.9.0 release will break your project? #1267
Comments
✅ works in my project. Thanks! |
works with Django 4.0rc1. Thanks. |
Thank you! Released 3.9.0rc4 (after dumbly failing the rc3 release 😂), should be the last one before 3.9.0 if nobody runs into new issues in the next weeks... NEW FEATURE FOR EVERYONE! Read here and njoy :) #1270 Fix issue when dal js is loaded twice by @FiooCode 🎩 |
@OmenApps I have rewritten your list feature in 3.9.0rc5: 8de5b22 I think the modification I did in test is pretty minor but please check if it still works for you because I still removed half of the runtime code! Also, setting a ModelChoiceField for a foreign key in a model form class breaks the admin and we now have proof #1140 so it's not recommended anymore and a warning has been added in documentation 72b8900 🎩 |
I tried rc5 and got something with django-crispy-forms (latest: 1.13.0)
I upgraded from 3.3.4 |
Hi all, please try out https://pypi.org/project/django-autocomplete-light/3.9.5rc0/ Support for Django 4 and Python 310 and also merged contributions #1297 #1302 #1304 Working or breaking for you? Thanks! 🎩 |
Hello everybody!
django-autocomplete-light 3.9.0-rc2 has been released with changes:
#1262 Django 4.0 support by @fraimondo
#1255 Django 4.0 warning removal by @Mogost
#1253 Case sensitive creates in Select2QuerySetView by @shenek
#1246 Add event to notify of the initialization completed by @andreccorrea
#1222 Select2GroupQuerySetView fix by @arseniy-panfilov
#1233 Safari regexp fix by @vtbassmatt
#1239 Django 3.2+ fix by @michael-sayapin
#1251 Doc fix get_result_label by @arlopezg
#1231 Fix ViewMixin comment by @moonorange
Select2 Upgraded to 4.1.0-rc.0
Please try it out and let us now if it broke anything in your project before we release 3.9.0
Thanks in advance!
🎩
The text was updated successfully, but these errors were encountered: