﻿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
4085	Admin list_filter not working with foreignkey field	jober@…	nobody	"I have a model that uses this field:

item = models.ForeignKey(Item, validator_list=[item_available])

In the same model's Admin class, I have:

list_filter = ['item', 'foo', 'bar']

In the admin filter panel, fields foo and bar display as filters, but item does not.  If I remove all other fields from list_filter, the foreignkey field still does not display; it displays no filters at all. "		closed	Core (Management commands)	0.96		worksforme			Unreviewed	0	0	0	0	0	0
