﻿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
10036	admin list_display with broken foreignkey fails	Dan Ros	nobody	"You have a model which includes a ForeignKey field. In one of the instances of that model, that ForeignKey points to something which has disappeared for whatever reason.

If you view the object in the admin, it correctly displays that ForeignKey mapping as '----' ie null.

If you include that ForeignKey field in list_display in admin.py, django attempts to look up that relation, fails, and throws a record not found exception. 

I realise that this is fundamentally a problem with referential integrity of the database - the question is, is django's handling of that a bug? "		closed	contrib.admin	1.0		wontfix			Unreviewed	0	0	0	0	0	0
