Re: Reverse OneToOne Relationship

2009-07-13 Thread wickass
AM, wickass wrote: > > > Hi Django users > > > I have only been using python& django for about a week, so please > > excuse me if this question sounds stupid. > > > Basically I have a model which extends the users model via a OneToOne > > relationship

Reverse OneToOne Relationship

2009-07-13 Thread wickass
Hi Django users I have only been using python& django for about a week, so please excuse me if this question sounds stupid. Basically I have a model which extends the users model via a OneToOne relationship like so: class AgentProfile(models.Model): user = models.OneToOneField(