﻿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
31851	list_filter not working with foreign keys	Tom Carrick	nobody	"From what I understand reading the docs, this should work, where `author` is a foreign key:

{{{
list_filter = [""author""]
}}}

But it silently fails, it just doesn't show on the page. However, if I specify the field, it works fine:

{{{
list_filter = [""author__name""]
}}}"	Bug	closed	contrib.admin	dev	Normal	needsinfo			Unreviewed	0	0	0	0	0	0
