Changes between Version 1 and Version 2 of Ticket #26434, comment 18
- Timestamp:
- May 16, 2025, 1:27:08 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26434, comment 18
v1 v2 8 8 9 9 The example you linked is about aggregate function annotations but [https://dryorm.xterm.info/ticket-26434 you'll notice that the gotcha is not honored when aggregation is used] on top of the query. 10 11 In other words, we should make the gotcha more explicit but we should first make sure it's coherent if aggregation is used over a queryset making use of aggregate annotations.