I\'m saving datetime in the db for an object. I\'d like to query against the db and select anything from todays date, not datetime.
datetime
date
What\'s the
Try using the keys date__gte and date__lte. You can pass in two datetime objects marking the boundaries of what you want to match.
date__gte
date__lte