summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2009-12-26 00:55:06 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2009-12-26 00:55:06 +0000
commit39122c841f0105ea66ad6d39d4cc8025cf5813b3 (patch)
tree74eaad593098236ae4aeb45e274ec9fd1feed4c0 /docs/ref
parent6154d58cb5491b4c75d9bb912d71575bb4db5968 (diff)
Fixed #12205 -- Corrected malformed reference links in the 1.1 and 1.1-alpha release notes, and corrected position of field lookup reference label. Thanks velmont and timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11988 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/querysets.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index fe94aa006f..071e8b6449 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -1131,8 +1131,6 @@ control the name of the aggregation value that is returned::
For an in-depth discussion of aggregation, see :ref:`the topic guide on
Aggregation <topics-db-aggregation>`.
-.. _field-lookups:
-
``exists()``
~~~~~~~~~~~~
@@ -1147,6 +1145,8 @@ that it will be at some point, then using ``some_query_set.exists()`` will do
more overall work (an additional query) than simply using
``bool(some_query_set)``.
+.. _field-lookups:
+
Field lookups
-------------