Hi,
In my application i need the opposite to the date_of_talk__lte= as this results in where date_of_talk <= and I need this and this so should I just execute one query using model.objects.raw(query)?
Thanks in Advance,
Dean
views:
38answers:
1Thanks, i couldn't see it in the Django Docs.
Dean
2010-08-16 15:51:12
Possibly _gt, as _gte is Greater Than or Equal
Piskvor
2010-08-16 15:56:14