Re: newbie question: select_related from parent to child

2007-03-08 Thread Atilla
On 06/03/07, roberto <[EMAIL PROTECTED]> wrote: > > dear all, > > i'm starting to use django and i have what may seem to a lot of you > the stupidest question ever, though i have not been able to solve > this,. > > i have to classes: > > class warriors(models.Model): > username = models.CharFi

newbie question: select_related from parent to child

2007-03-06 Thread roberto
dear all, i'm starting to use django and i have what may seem to a lot of you the stupidest question ever, though i have not been able to solve this,. i have to classes: class warriors(models.Model): username = models.CharField(maxlength=50) class warriors_gaming(models.Model): warrior