On 11/5/06, serbaut <[EMAIL PROTECTED]> wrote: > I submitted a patch for this a while back: > http://code.djangoproject.com/attachment/ticket/2210/order_by_related.diff
Judging from the comments on that ticket, I think it's a slightly different issue; #2210 deals with fetching the Options class of the wrong model when the related field has 'db_column' set; in that case, it appears Django is generating the correct table list for the query, but not the correct column list. In #2076, which I think is what's going on here, Django generates the right column list, but has the wrong table list. I don't think these are related. -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---