On Feb 12, 2008 1:46 PM, Albert Hopkins <[EMAIL PROTECTED]> wrote:
> It seems that 'exclude'ing on a M2M field does not have the effect I
> anticipated.  Am I doing something wrong?  Basically I have the
> following models

The real problem is that the SQL necessary to do an exclude() and have
it conceptually come out the way you want it is quite a bit more
complex than what Django currently does. The queryset-refactor branch
is working on these sorts of issues and already has it fixed:

http://code.djangoproject.com/ticket/5324


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

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