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] the function lookup_needs_distinct is renamed to lookup_spawns_duplicates() #1260

Closed pvergain closed 2 years ago

pvergain commented 2 years ago

Django 4.0

This function is used in https://github.com/yourlabs/django-autocomplete-light/blob/master/src/dal/views.py

jpic commented 2 years ago

Fix in master, thanks to @fraimondo

jpic commented 2 years ago

I believe this is fixed in 3.9.0rc2 release, please reopen if necessary.