﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29456	Django 1.11 same filter_list get redisplayed in different model admin page	grpoundblue	nobody	"I'm getting this behavior after updating Django from 1.8 to 1.11. 

{{{

modelAAdmin(admin.ModelAdmin)
     list_filter = ('filter_a',)

modelBAdmin(admin.ModelAdmin)
     list_filter = ('filter_b',)
}}}

If I navigate to modelA admin page first and than move to modelB admin page the filters defined in modelA are displayed instead of the modelB's one.
Making a selection on the wrongly displayed filter appends ** ?e=1** and no error displayed.
This also happen if there is more than two model admin classes.


"	Bug	closed	contrib.admin	1.11	Normal	invalid	list_filter		Unreviewed	0	0	0	0	0	0
