diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-04-21 12:03:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-21 12:03:59 +0200 |
| commit | c487634c106888effbba680e02269e489ab911a6 (patch) | |
| tree | 3836f76a931abfe5fd7455571ad5a753d4b634b3 /docs/ref/models | |
| parent | 8ed25d65ea7546fafd808086fa07e7e5bb5428fc (diff) | |
Added meaningful titles to ..admonition:: directives.
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 50714114fc..0965a05dad 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -3820,7 +3820,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`` |
