Re: Queries for Related Objects wonky

2009-07-13 Thread Streamweaver
"They" are apparently people who read the documentation and understand better then "me". Sigh, and I thought I uncovered somethign, ah well. Simple error and thanks for clarifying. On Jul 13, 11:13 pm, Russell Keith-Magee wrote: > On Tue, Jul 14, 2009 at 10:31 AM, Streamweaver wrote: > >> For

Re: Queries for Related Objects wonky

2009-07-13 Thread Russell Keith-Magee
On Tue, Jul 14, 2009 at 10:31 AM, Streamweaver wrote: >> For example I have a model called Project with a ForeignKey to a >> Django User. >> >> class Project(models.Model): >>... >> owner = models.ForeignKey(User) >> ... >> >> by the documentation I would expect the following to give me

Re: Queries for Related Objects wonky

2009-07-13 Thread Streamweaver
Filed a bug report about this. We'll see if they accept it. On Jul 10, 5:29 pm, Streamweaver wrote: > I'm using Django 1.0.2 and having some problems with Related Object > queries. > > For example I have a model called Project with a ForeignKey to a > Django User. > > class Project(models.Model