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

Release date of Django-Autocomplete-Light v4.0.0rc0? #1285

Open MErenB opened 2 years ago

MErenB commented 2 years ago

Greetings Yourlabs team, I am working on a project that is being ported from Django 1.8 to Django 4.0. Since latest django-autocomplete-light release (v3.9) is not supports Django 4.0, we cannot use django-autocomplete-light. We're wondering when the django-autocomplete-light v4 will be released. Should we wait for its release, or should we find a replacement for our autocompletion needs? If a replacement is needed, have you got any recommendations about which package to use?

jpic commented 2 years ago

Sorry I'm a bit confused with your questions:

Look, just let me know if you'd like to see a release of alight branch in production and I'll release 4.0.0rc0

For alternatives, see here: https://djangopackages.org/grids/g/auto-complete/

:tophat:

mcanu commented 1 year ago

I also got confused by DAL not supporting Django 4 yet because of the README's Roadmap section.

  • DAL < 4 supports Python 2 and 3 and Django 1.8 to 3.x
  • DAL 4 supports Django 3.x and 4.x and Python 3
  • DAL >= 3.9 offers a modern alternative to select2
gdvalderrama commented 1 year ago

Yeah, the READ.me is also misleading, referring to Django LTS as 1.11

Python 2.7, 3.4, Django 2.0+ support (Django 1.11 (LTS), is supported until django-autocomplete-light-3.2.10),

jpic commented 1 year ago

Yep, sorry this repo is 11 years old today :birthday:

Anyone wants to update this?