Changes between Version 1 and Version 3 of Ticket #24692
- Timestamp:
 - Apr 23, 2015, 9:20:34 AM (11 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Ticket #24692
- Property Cc added
 
 - 
      
Ticket #24692 – Description
v1 v3 43 43 }}} 44 44 45 In Django 1.8 this exact query can be performed with the ORM itself through the use of chainedaggregations:45 Using Django 1.8 this exact query can be performed with the ORM itself through the use of the newly added operators for aggregations: 46 46 47 47 {{{