Changes between Version 1 and Version 2 of Ticket #26434, comment 18


Ignore:
Timestamp:
May 16, 2025, 1:27:08 PM (4 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26434, comment 18

    v1 v2  
    88
    99The 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
     11In 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.
Back to Top