diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-04-21 12:03:59 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-04-21 12:04:21 +0200 |
| commit | a4f7d935a21ba414e77e9d720434cc7e9bb325c6 (patch) | |
| tree | 0a159d1c497d6f02114148d3cc24a9cc320f67a3 /docs/ref/models | |
| parent | d1eb9b29945707c78f524b57577ef87b498cdaa0 (diff) | |
[4.2.x] Added meaningful titles to ..admonition:: directives.
Backport of c487634c106888effbba680e02269e489ab911a6 from main
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/querysets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 86fc3bc8ad..664e7cb59a 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -3918,7 +3918,7 @@ documentation to learn how to create your aggregates. currently emulates these features using a text field. Attempts to use aggregation on date/time fields in SQLite will raise ``NotSupportedError``. -.. admonition:: Note +.. admonition:: Empty queryset Aggregation functions return ``None`` when used with an empty ``QuerySet``. For example, the ``Sum`` aggregation function returns ``None`` |
