In the model \'entered\' is a datetime field. I want to query the data to find all entry\'s that where made between noon(start_time) and 5:00pm (end_time).
s
I suggest filter x<=arg and exclude x>=arg2.
x<=arg
x>=arg2