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 version is broken #1290

Closed bernd-wechner closed 1 year ago

bernd-wechner commented 2 years ago

The test project currently does not work under Django 4. Yet requirements.txt produces a venv that won't work because it installs Django 4. We must explicitly select 3.2 until the test project is updated to Django 4 compatibility.

jpic commented 1 year ago

Tests now pass on Python 3.10 and Django 4 #1307, please reopen otherwise