summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2009-03-25 09:05:38 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2009-03-25 09:05:38 +0000
commit6fa30faa797fd826b6c91aedd13a430430f11d35 (patch)
tree6acced01e9e84a4d984a61d6cfb395f5043774ce /docs/ref
parent68288219cd17dd3b69f1214b7ed6b8e5eb43e4e0 (diff)
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
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/querysets.txt2
1 files changed, 2 insertions, 0 deletions
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()``
~~~~~~~~~~~~~~