summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-02-18 23:43:12 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-02-18 23:43:12 +0000
commit3eec925f73621eba3f5db4f2c1da22271915d8b2 (patch)
tree0bb473e0c10ea3af498ff74f8cd5a8f1a1295781 /docs/db-api.txt
parente7b2ad8020aef2941eb477632c4a453e7150202a (diff)
Fixed a few errors in the documentation. Thanks, Matthew Flanagan, panni@fragstore.net and adamv.
Fixed #6411, #6426, #6524, #6555. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7130 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 adca8b4d5c..80f8a2d60b 100644
--- a/docs/db-api.txt
+++ b/docs/db-api.txt
@@ -1605,8 +1605,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
~~~~~~~~