mirror of
https://github.com/django/django.git
synced 2025-07-07 19:29:12 +00:00
[4.0.x] Fixed #33391 -- Clarified Aggregate.empty_result_set_value docs.
Backport of 4400d8568ad5695c46e8de45635a82a27a26b871 from main
This commit is contained in:
parent
b93fb3d6be
commit
fe59bf202d
@ -422,9 +422,8 @@ The ``Aggregate`` API is as follows:
|
|||||||
|
|
||||||
.. versionadded:: 4.0
|
.. versionadded:: 4.0
|
||||||
|
|
||||||
Override :attr:`~django.db.models.Expression.empty_result_set_value` to
|
Defaults to ``None`` since most aggregate functions result in ``NULL``
|
||||||
``None`` since most aggregate functions result in ``NULL`` when applied
|
when applied to an empty result set.
|
||||||
to an empty result set.
|
|
||||||
|
|
||||||
The ``expressions`` positional arguments can include expressions, transforms of
|
The ``expressions`` positional arguments can include expressions, transforms of
|
||||||
the model field, or the names of model fields. They will be converted to a
|
the model field, or the names of model fields. They will be converted to a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user