﻿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
7294	Same Classname and Fieldnames clash in edit inline	Patrick Lauber <patrick.lauber@…>	nobody	"
{{{
class Apple(models.Model):
     name = models.CharField()

class Orange(models.Model):
     one = models.ForeignKey(One,edit_inline=models.STACKED)
     description = models.TextField()
}}}

This will break the admin when you try to save an Apple. The error message is very obscure and not understandable and doesn't guide you to the real conflict."		closed	contrib.admin	dev		invalid			Unreviewed	0	0	0	0	0	0
