﻿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
9417	Unhelpful admin.py error message	Derek Willis	nobody	"If you make a boneheaded move such as creating a ModelAdmin class for a model that you forgot to include in your admin.py's model import statement, you get an error. But it's not the error you might expect. What happens is you get the ""model already registered exception"", citing the first model registered using admin.site.register().

I spent awhile looking around my app trying to see if I had indeed registered the model in question more than once via imports, but couldn't find it. When I fixed my error in the import statement, everything was fine.

So definitely user error. But the error message Django displayed didn't help guide me to the problem."		closed	contrib.admin	1.0		duplicate			Unreviewed	0	0	0	0	0	0
