Fixed #33391 -- Clarified Aggregate.empty_result_set_value docs.

This commit is contained in:
Mariusz Felisiak 2021-12-31 06:49:10 +01:00 committed by GitHub
parent a21a63cc28
commit 4400d8568a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -418,9 +418,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