﻿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
7875	Admin changelist not showing any rows when having multiple foreignkeys in model.	luddep@…	nobody	"When using two foreignkeys, such as:


{{{
class Comment(models.Model):
	author = models.CharField(max_length=140)
	body = models.TextField()
	post = models.ForeignKey(Post)
	parent = models.ForeignKey('self')
}}}

the admin changelist for that model doesn't show any rows:

http://dl.getdropbox.com/u/24582/Picture%201.png

Rows are only shown when I comment out one of the foreignkeys, doesn't matter which.
This only occurs when using two ForeignKeys in the same model.

I'm running the latest trunk (8031)."		closed	contrib.admin	dev		worksforme	foreignkeys newforms-admin		Accepted	0	0	0	0	0	0
