﻿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
1068	Silly bug in ForiegnKey	Eric Moritz	Adrian Holovaty	"This works when it probably shouldn't

{{{
from django.models import places
...
class MyModel(meta.Model):
  place = meta.ForeignKey(places.Place)
}}}

If someone accidentally uses the app module's Place class in a foreign key, everything seems to work except the place object will not get the get_mymodel_... methods.  It should throw an error if that occurs otherwise it's not obvious that something is wrong.

"	defect	closed	Database layer (models, ORM)		minor	invalid			Unreviewed	0	0	0	0	0	0
