Changes between Initial Version and Version 1 of Ticket #10929, comment 19
- Timestamp:
- Dec 9, 2016, 4:47:16 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10929, comment 19
initial v1 1 1 I'm also facing this issue. The workaround with Coalesce works, but... 2 2 3 ``` 3 {{{ 4 4 from django.db.models import Sum 5 5 from django.db.models.functions import Coalesce 6 ``` 6 }}} 7 7 8 8 really?