Changes between Initial Version and Version 1 of Ticket #10929, comment 20
- Timestamp:
- Dec 9, 2016, 10:03:41 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10929, comment 20
initial v1 3 3 I still believe adding a `coalesce` sugar argument to aggregate functions would be more appropriate than a `default` one as it would allow passing expressions instead of simple Python value. 4 4 5 e.g.6 7 5 {{{#!python 8 6 Sum('amount', coalesce=F('minimum_amount')