diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2009-03-25 09:05:38 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2009-03-25 09:05:38 +0000 |
| commit | 6fa30faa797fd826b6c91aedd13a430430f11d35 (patch) | |
| tree | 6acced01e9e84a4d984a61d6cfb395f5043774ce /docs/ref | |
| parent | 68288219cd17dd3b69f1214b7ed6b8e5eb43e4e0 (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.txt | 2 |
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()`` ~~~~~~~~~~~~~~ |
