From 3eec925f73621eba3f5db4f2c1da22271915d8b2 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Mon, 18 Feb 2008 23:43:12 +0000 Subject: 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 --- docs/db-api.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/db-api.txt') 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 ~~~~~~~~ -- cgit v1.3