Re: Help with Querying Related Models, Please!

2009-05-08 Thread Daniel Roseman
On May 8, 4:21 am, andre wrote: > """ > Background: > > As described on the "User Authentication in Django" manual, I am using > an additional model to store extra information about users. This > additional model (J2User) model uses a ForeignKey to the User model > and is specified below. > > Pro

Help with Querying Related Models, Please!

2009-05-07 Thread andre
""" Background: As described on the "User Authentication in Django" manual, I am using an additional model to store extra information about users. This additional model (J2User) model uses a ForeignKey to the User model and is specified below. Problems (all related): 1) Accessing the J2User mod