What I want to do is:
MyModel.filter(start_date__day__gte=25)
But that doesn’t work. Is there any way to specify a gte or a range for a date, but only on the day?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think something like this would be most efficient without falling back to raw queries or requesting a
__day__gtemethod: