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.8k stars 467 forks source link

Test on Django 5.0 #1344

Closed adamchainz closed 9 months ago

adamchainz commented 11 months ago

Add official support for this new Django version, currently in beta. Based on the changes needed back in #1324.

Still working on getting tests running cleanly locally, looks like there are new warnings to fix.

adamchainz commented 11 months ago

After getting things running, I found a bunch of test failures. I don't feel like I have enough context to fix them all unfortunately!

jpic commented 9 months ago

Thanks! Could fix them except for django-nested-admin, so good old jquery conflict for anyone interested to contribute.