Changes between Initial Version and Version 13 of Ticket #10972
- Timestamp:
- Sep 8, 2011, 8:44:14 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10972
- Property Version 1.1-beta-1 → SVN
- Property Milestone 1.1
- Property Triage Stage Unreviewed → Accepted
- Property Cc added
- Property Has patch set
- Property Patch needs improvement set
- Property Severity → Normal
- Property Type → New feature
- Property Easy pickings unset
- Property UI/UX unset
-
Ticket #10972 – Description
initial v13 1 1 It would be nice if expressions could be used inside annotations, i.e. to perform something like the following: 2 2 3 {{{ 3 4 Customer.objects.annotate('total_purchased': Sum(F('customer__order__lineitem__quantity') * F('customer__order__lineitem__price'))) 5 }}}