We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
i implement on Django 4.0.1 when i installed dal_admin_filter then installed in settings.py showning below
ImportError: cannot import name 'lookup_needs_distinct' from 'django.contrib.admin.utils'
Sorry, something went wrong.
Help~
From the release notes:
The undocumented django.contrib.admin.utils.lookup_needs_distinct() function is renamed to lookup_spawns_duplicates().
Its a django-autocomplete-light issue. See yourlabs/django-autocomplete-light#1260 Seems to be resolved since v3.9.5
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: