Re: #2465 - Make select_related() related work for ForeignKeys with null=True

2007-09-17 Thread Rob Hudson
On 9/15/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > On Sun, 2007-09-16 at 00:36 +, Rob Hudson wrote: > > http://code.djangoproject.com/ticket/2465 > > > > I'm running into this and it makes sense to me that select_related > > should do this right. I'm curious of Adrian's comment abo

Re: #2465 - Make select_related() related work for ForeignKeys with null=True

2007-09-15 Thread Malcolm Tredinnick
On Sun, 2007-09-16 at 00:36 +, Rob Hudson wrote: > http://code.djangoproject.com/ticket/2465 > > I'm running into this and it makes sense to me that select_related > should do this right. I'm curious of Adrian's comment about this > involving a bunch of LEFT JOINs and why that's a bad thing?

#2465 - Make select_related() related work for ForeignKeys with null=True

2007-09-15 Thread Rob Hudson
http://code.djangoproject.com/ticket/2465 I'm running into this and it makes sense to me that select_related should do this right. I'm curious of Adrian's comment about this involving a bunch of LEFT JOINs and why that's a bad thing? Thanks, Rob --~--~-~--~~~---~--