I cannot confirm that behavior. Can others verify? I'm using Django 1.3 and I get: >>> print Blog.objects.filter(editor=None).values('id').query SELECT `myapp_blog`.`id` FROM `myapp_blog` LEFT OUTER JOIN `myapp_user` ON (`myapp_blog`.`editor_id` = `myapp_user`.`id`) WHERE `myapp_user`.`id` IS NULL
-Daniel On Mar 21, 2:07 pm, Andre Terra <andrete...@gmail.com> wrote: > On Wed, Mar 21, 2012 at 5:41 AM, diafygi <diaf...@gmail.com> wrote: > > >>> Blog.objects.filter(editor=None) > > >>> print Blog.objects.filter(editor=None).values('id').query > > SELECT "myapp_blog"."id" FROM "myapp_blog" WHERE "myappblog"."editor_id" IS > NULL > > Cheers, > AT -- 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.