diff options
| author | Mads Jensen <mje@inducks.org> | 2017-03-14 16:11:14 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-03-14 11:11:14 -0400 |
| commit | a7ec7afce1dcbd704f44a6935e62e38dd5fe537c (patch) | |
| tree | ae4e836f18211f93dd8166c48f5eed48ff78b334 | |
| parent | e7033e00f8e1ba2ffe538e56c5088a7e94c2e45d (diff) | |
Fixed typo in docs/topics/db/aggregation.txt header.
| -rw-r--r-- | docs/topics/db/aggregation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/aggregation.txt b/docs/topics/db/aggregation.txt index aa56a8b4eb..2bc30f8e95 100644 --- a/docs/topics/db/aggregation.txt +++ b/docs/topics/db/aggregation.txt @@ -482,7 +482,7 @@ include the aggregate column. .. _aggregation-ordering-interaction: Interaction with default ordering or ``order_by()`` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fields that are mentioned in the ``order_by()`` part of a queryset (or which are used in the default ordering on a model) are used when selecting the |
