Changes between Version 1 and Version 2 of Ticket #35396, comment 2
- Timestamp:
- Apr 23, 2024, 8:48:04 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35396, comment 2
v1 v2 2 2 3 3 I would think the ordering of the filter statements would at least make this clear. The django docs call out that annotation/filter ordering matters, so I'd expect filters before the window annotation to apply to the inner query, and after to apply to the outer query. 4 5 Your suggestion makes sense though, I will give that a try.