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?) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---