Malcolm is dead on! In fact, I should've mentioned that the case that works for me is an inclusion query rather than an exclusion e.g. find all articles that have the topic soccer, where articles and topics have a many-to-many relationship.
For exclusions like the one sought by the OP, an extra SQL clause as suggested by Malcolm is the way to go. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

