summaryrefslogtreecommitdiff
path: root/docs/topics/db
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-07-25 06:21:39 -0400
committerGitHub <noreply@github.com>2016-07-25 06:21:39 -0400
commit3aaf6cf0f3288986c4ce56defea26420f8a48534 (patch)
tree09aac50d8ee68323e23f59a8dca52090e2b29102 /docs/topics/db
parent348cfccd9072f0e08ffe4cfb3946d1dc6a629e86 (diff)
Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs.
Diffstat (limited to 'docs/topics/db')
-rw-r--r--docs/topics/db/aggregation.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/db/aggregation.txt b/docs/topics/db/aggregation.txt
index 47563338d6..aa56a8b4eb 100644
--- a/docs/topics/db/aggregation.txt
+++ b/docs/topics/db/aggregation.txt
@@ -479,6 +479,8 @@ will be automatically added to the result set. However, if the ``values()``
clause is applied after the ``annotate()`` clause, you need to explicitly
include the aggregate column.
+.. _aggregation-ordering-interaction:
+
Interaction with default ordering or ``order_by()``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~