[Answer]-Mutiple arugment with date range in filter with object query set in django?

1👍

range should be a tuple of datetime objects not strings, check the reference: https://docs.djangoproject.com/en/1.6/ref/models/querysets/#range

Leave a comment