Re: Curse launches with Django platform

2006-12-10 Thread [EMAIL PROTECTED]
Yes we use memcached On Dec 11, 4:13 am, "João Cruz Morais" <[EMAIL PROTECTED]> wrote: > are you using some sort of cache server such as memcache? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gro

Re: union of two QuerySets

2006-12-10 Thread Jacob Kaplan-Moss
On 12/10/06 9:37 PM, Rares Vernica wrote: > What is a way to get the union of two QuerySets? See http://www.djangoproject.com/documentation/db_api/#complex-lookups-with-q-objects. > In [6]: a = Person.objects.filter(first_name__startswith='mic') > > In [7]: b = Person.objects.filter(first_name