-
Intel® Core™ i5 Django==3.2.7 Fedora 34 for queries like this
where section.end and section.start are jDateTimeField there is not support for _mt (more than) and _lt (less than) which are supported for DateTimeField. these are used to do the filter in database and not on python. |
Beta Was this translation helpful? Give feedback.
Answered by
hramezani
Sep 19, 2021
Replies: 2 comments 1 reply
-
I'm trying to get it to work and i found that lt working but mt is broken |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
slashmili
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
__gt
for greater than filter.