From 39122c841f0105ea66ad6d39d4cc8025cf5813b3 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Sat, 26 Dec 2009 00:55:06 +0000 Subject: 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 --- docs/ref/models/querysets.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') 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 `. -.. _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 ------------- -- cgit v1.3