yourlabs / django-autocomplete-light

A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
https://django-autocomplete-light.readthedocs.io
MIT License
1.79k stars 467 forks source link

Django 4.0 test #1268

Closed jpic closed 2 years ago

jpic commented 2 years ago

Fix Django 4 support

Do not deploy in 3.9 as this will probably break some Django 2.x support and even more whatever still works on Django 1.x

blag commented 2 years ago

1279 introduces Django 4.0 imports with fallbacks to preserve reverse compatibility with older Django versions. However, that PR doesn't update test_project/requirements.txt or tox.ini.

@jpic Can the changes to those files be split out into a separate PR, or are they required for Django 4.0 support?

spapas commented 2 years ago

Hello @jpic I'd like to confirm that version 3.9.0rc5 works great with django 4.0.1. I'm looking forward to this release :-)

Kind regards, Serafeim

jpic commented 2 years ago

Sure thing! 3.9.0 released

Don't forget to check out my new favorite feature :joy:

https://django-autocomplete-light.readthedocs.io/en/master/tutorial.html#automation-with-djhacker

Njoy

spapas commented 2 years ago

Hello @jpic it seems that the 3.9.0 can't be found on pip: https://pypi.org/project/django-autocomplete-light/#history

any idea ?

Thank you!

jpic commented 2 years ago

Yes, I removed it temporarily because it breaks whitenoise apparently.