summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-05-09 15:21:28 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-05-09 15:21:28 +0000
commit4b69ef637a4b621b162a6ec05751cf5f30643fb1 (patch)
tree25117c337e8838810f7a36bc1028d1b3156d600d /docs/db-api.txt
parent8eecb95ec8824f8e6ce89fa7a96e094db906a0f5 (diff)
Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2869 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/db-api.txt')
-rw-r--r--docs/db-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt
index e3303ea576..0a400b2c93 100644
--- a/docs/db-api.txt
+++ b/docs/db-api.txt
@@ -1070,7 +1070,7 @@ Lookups that span relationships
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Django offers a powerful and intuitive way to "follow" relationships in
-lookups, taking care of the SQL ``JOIN``s for you automatically, behind the
+lookups, taking care of the SQL ``JOIN``\s for you automatically, behind the
scenes. To span a relationship, just use the field name of related fields
across models, separated by double underscores, until you get to the field you
want.