Open GoogleCodeExporter opened 8 years ago
FYI, I got this message in a different codebase (registration) when the code
was using Google's ReferenceProperty:
user = db.ReferenceProperty(User, verbose_name=_('user'))
instead of Django's ForeignKey:
user = models.ForeignKey(User, unique=True, verbose_name=_('user'))
I think Google's ReferenceProperty was getting a Django User object and choking.
Original comment by dfran...@gmail.com
on 18 Sep 2011 at 1:15
Original issue reported on code.google.com by
MattyMat...@gmail.com
on 14 Jan 2011 at 4:18