#34564: returning None instead of zero in Count annotation
-------------------------------------+-------------------------------------
Reporter: Amin Aminian | Owner: nobody
Type: Bug | Status: closed
Component: Database layer | Version: 4.2
(models, ORM) |
Severity: Normal | Resolution: invalid
Keywords: count, orm, | Triage Stage:
annotate | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):
* status: new => closed
* resolution: => invalid
Comment:
This was an intended change in 9f3cce172f6913c5ac74272fa5fc07f847b4e112.
You can use `Coalesce()` to return `0` instead, e.g.
{{{
Coalesce(Count("customer", distinct=True)), 0)
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34564#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/0107018816047f53-58f61e3b-1455-4d45-94c0-fbdfdd6d5867-000000%40eu-central-1.amazonses.com.