Open denisvolokh opened 11 years ago
Hi,
Is it possible to combine filter and zfilter, for example:
Person.objects.filter(zipcode="123").zfilter(created_at__in=(datetime(2010, 4, 20, 5, 2, 0), datetime(2010, 5, 1)))
Or maybe there is another way to do it?
Hi,
Is it possible to combine filter and zfilter, for example:
Person.objects.filter(zipcode="123").zfilter(created_at__in=(datetime(2010, 4, 20, 5, 2, 0), datetime(2010, 5, 1)))
Or maybe there is another way to do it?