On Fri, 2007-10-19 at 08:24 -0700, web-junkie wrote:
> Hi,
> 
> I have a m2m relationship from books to authors. A book can have 0-n
> authors (yes, don't ask why there can be no authors). If I want to do
> a search where I it should match the title or authors, I just gives me
> books that have an author. Not the other matches. See here for the
> code:
> 
> http://dpaste.com/22883/
> 
> Is my query wrong? Or wouldn't be the correct behaviour to do a left
> join and alllow null values? (Bug?)

This looks like some combination of #2080, #2253 and #3592. All of those
are fixed on the queryset-refactor branch and will be merged into trunk
when the work on that branch is finished.

Regards,
Malcolm

-- 
Always try to be modest and be proud of it! 
http://www.pointy-stick.com/blog/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to