From bdeec1d2aeb74d52cae8e1f9a334eefb5199f07e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 25 Jul 2016 06:21:39 -0400 Subject: [1.9.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs. Backport of 3aaf6cf0f3288986c4ce56defea26420f8a48534 from master --- docs/topics/db/aggregation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/topics') diff --git a/docs/topics/db/aggregation.txt b/docs/topics/db/aggregation.txt index ec11fcf4ee..1287f1ee5b 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()`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3