diff options
| author | Tim Graham <timograham@gmail.com> | 2016-07-25 06:21:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-25 06:21:39 -0400 |
| commit | 3aaf6cf0f3288986c4ce56defea26420f8a48534 (patch) | |
| tree | 09aac50d8ee68323e23f59a8dca52090e2b29102 /docs/ref | |
| parent | 348cfccd9072f0e08ffe4cfb3946d1dc6a629e86 (diff) | |
Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt index 91f684bd8e..6569c774e8 100644 --- a/docs/ref/models/options.txt +++ b/docs/ref/models/options.txt @@ -300,6 +300,9 @@ Django quotes column and table names behind the scenes. ordering = ['-pub_date', 'author'] + Default ordering also affects :ref:`aggregation queries + <aggregation-ordering-interaction>`. + .. warning:: Ordering is not a free operation. Each field you add to the ordering |
