-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
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
The selected filter does not filter the model in the admin panel #1353
Comments
Did you solved it? Im trying make it work with |
@paulocoutinhox I have solved this It's time to write your own class derived from Autocomplet Filter From the admin_auto_filters library
|
Hi, Im already using I think that i can solve only with Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The selected filter does not filter the model in the admin panel
I migrated DAL==3.5.1 for django 4 (replace ugettext to gettext)
I did this because the dropdown with the autocomplete did not work and there was ----
Now I select an entry from the dropdown, but the model in the admin panel is not filtered - what could be the matter?
Please help me.
I am migrating a very large project from django version 1.9 to >4
I want to cry
The text was updated successfully, but these errors were encountered: