Re: Trouble with extra statement in Django 0.96

2009-06-25 Thread Realpolitik
_date__lte = today, 588 end_date__gte = today, 589 ) Except I am still curious about the .extra() issue I was having before as it will allow me to use regular expressions (which were not introduced as __regex until 1.0) On Jun 25, 10:47 am, Realpolitik wrote: > Hello, I'm using Django

Trouble with extra statement in Django 0.96

2009-06-25 Thread Realpolitik
Hello, I'm using Django 0.96 and it is not possible to upgrade to 1.1/2 yet. I am attempting to perform the following function: "Get all of the MemberRole objects filtered by start date and end date, and also filtered by the Member's (foreign key relationship) first name OR last name. MemberRole: