On Mar 9, 3:21 am, Malcolm Tredinnick <malc...@pointy-stick.com>
wrote:

Hello, Malcolm.

> > Again, the correct syntax would be:
> > Message.objects.filter(student__isnull=True)

Why ORM uses LEFT OUTER JOIN on this query ? Why not "... WHERE
student_id IS NULL" ?

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to