diff options
| author | Tim Graham <timograham@gmail.com> | 2016-07-25 06:21:39 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-07-25 06:25:26 -0400 |
| commit | a4df6577df57e72858c7ebe86373f14ee30d5503 (patch) | |
| tree | 4c15400a782e4981ea9c72ca14de057d593ee961 /docs/ref | |
| parent | c0026a9d2dc2cdf4da583845fc1d9ae8402a984c (diff) | |
[1.10.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs.
Backport of 3aaf6cf0f3288986c4ce56defea26420f8a48534 from master
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 e240a4e1e6..57519ddd8e 100644 --- a/docs/ref/models/options.txt +++ b/docs/ref/models/options.txt @@ -302,6 +302,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 |
