Changes between Version 2 and Version 3 of Ticket #31860
- Timestamp:
- Aug 5, 2020, 5:22:49 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31860 – Description
v2 v3 1 When filtering a query for two equal datetime fields , and using {{{__date}}}, the {{{__date}}} in the F expression remains a timestamp.1 When filtering a query for two equal datetime fields (both being timestamps), and using {{{__date}}}, the {{{__date}}} in the F expression remains a timestamp. 2 2 3 3 For example: … … 11 11 12 12 13 This will return an empty set, as F("articles__date_edited__date")remains a timestamp. I instead have to revert to using Func.13 This will return an empty set, as {{{F("articles__date_edited__date")}}} remains a timestamp. I instead have to revert to using Func. 14 14 15 15 {{{