From 6fa30faa797fd826b6c91aedd13a430430f11d35 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Wed, 25 Mar 2009 09:05:38 +0000 Subject: Fixed #10574 -- Documented interaction between annotations and order_by. In the future, I'd like to fix this properly, but the current behavior has the advantage of being consistent across the board (and changing it everywhere is backwards-incompatible with documented functionality). git-svn-id: http://code.djangoproject.com/svn/django/trunk@10172 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/models/querysets.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 034ed6640b..847cebf1e9 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -296,6 +296,8 @@ a model which defines a default ordering, or when using ordering was undefined prior to calling ``reverse()``, and will remain undefined afterward). +.. _querysets-distinct: + ``distinct()`` ~~~~~~~~~~~~~~ -- cgit v1.3