summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/expressions.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ref/models/expressions.txt b/docs/ref/models/expressions.txt
index c0ef4a46d0..a47e35b110 100644
--- a/docs/ref/models/expressions.txt
+++ b/docs/ref/models/expressions.txt
@@ -422,9 +422,8 @@ The ``Aggregate`` API is as follows:
.. versionadded:: 4.0
- Override :attr:`~django.db.models.Expression.empty_result_set_value` to
- ``None`` since most aggregate functions result in ``NULL`` when applied
- to an empty result set.
+ Defaults to ``None`` since most aggregate functions result in ``NULL``
+ when applied to an empty result set.
The ``expressions`` positional arguments can include expressions, transforms of
the model field, or the names of model fields. They will be converted to a