hi,

in the docs I found a method to
run a query like this:
MyObj.objects.filter(id__in=[1, 3, 4]).

My question is if there is a "negative"
to this like the following raw sql
"SELECT xxx FROM mytable WHERE xxx NOT IN (1, 2 ,4);"

Is there any hint in the docs that I missed?

Thanks

uli
__________________________________________________________________________
Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!        
        
Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131


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

Reply via email to