Wednesday, May 30, 2018

Re: Django 1.11 admin Bug!! list_filter get duplicated in other models admin

maybe.  Best thing for you to do would make an example and write a ticket about it at https://code.djangoproject.com/

On Wednesday, May 30, 2018 at 1:58:28 AM UTC-4, ebuild wrote:
This is happening only after updated to from 1.8 to 1.11, using Eclipse.
I have multiple model admin with different list_filter, what is happening is that when I go to modelA admin page which has list_filter and then navigate to modelB admin I got the list_filter of modelA displayed instead of the modelB's one. If I make a selection from one of the displayed filters the url get appended with "?e=1" but no error displayed in the console

The same happens if  I restart the server and navigate to modelB admin first and then go to modelA admin the list_filter of B get displayed.

Any clue ??

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/76a5367e-5deb-43a1-a1da-838fa11af62a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment