summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-02-20 01:59:59 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-02-20 01:59:59 +0000
commit3dd28bd566f5c6b665da4729c51abe98a36caccb (patch)
tree41c831069adaae16fb8006f5462898215e8d355a /docs/db-api.txt
parentda6570bf082620205737c82cd7deb7185daaf538 (diff)
queryset-refactor: Merged from turnk up to [7135] because I need some stuff.
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7136 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/db-api.txt')
-rw-r--r--docs/db-api.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt
index c37ebd083a..887a06a67e 100644
--- a/docs/db-api.txt
+++ b/docs/db-api.txt
@@ -1758,8 +1758,7 @@ the cache of all one-to-many relationships ahead of time. Example::
print e.blog # Doesn't hit the database; uses cached version.
print e.blog # Doesn't hit the database; uses cached version.
-``select_related()`` is documented in the "QuerySet methods that return new
-QuerySets" section above.
+``select_related()`` is documented in the `QuerySet methods that return new QuerySets`_ section above.
Backward
~~~~~~~~