I looked in the docs and I've failed to find, so I apologize if it's
freakin' obvious, but how does one concatenate two querysets?

ie.

q1 = Client.objects.filter(name__icontains='foo')
q2 = Client.objects.filter(description__icontains='bar')

q3 = q1 + q2 ??

How would I merge these? They behave somewhat like Python lists, but
not entirely.

Thanks,
Mike
--~--~---------~--~----~------------~-------~--~----~
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