Re: Possible bug in .order by() and/or in .select_related() in trunk

2007-09-04 Thread Ryan
> There's already a ticket about this (but I'm sorry, I don't remember the > ticket > number). But I'm sure there was a patch in the ticket. > > Michael http://code.djangoproject.com/ticket/2874 Ryan --~--~-~--~~~---~--~~ You received this message because you

Re: Possible bug in .order by() and/or in .select_related() in trunk

2007-09-04 Thread Michael Radziej
On Tue, Sep 04, Sebastian Macias wrote: > > The reason I'm summiting this here is because after spending many > hours troubleshooting it I really think is an actual bug. There's already a ticket about this (but I'm sorry, I don't remember the ticket number). But I'm sure there was a patch in th

Possible bug in .order by() and/or in .select_related() in trunk

2007-09-04 Thread Sebastian Macias
The reason I'm summiting this here is because after spending many hours troubleshooting it I really think is an actual bug. I have the following model: class Subscriber(models.Model): list = models.ForeignKey(List) user = models.ForeignKey(User) subscribe_date = models.DateTimeField(