Changes between Initial Version and Version 1 of Ticket #10929, comment 20


Ignore:
Timestamp:
Dec 9, 2016, 10:03:41 AM (7 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10929, comment 20

    initial v1  
    33I 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.
    44
    5 e.g.
    6 
    75{{{#!python
    86Sum('amount', coalesce=F('minimum_amount')
Back to Top