summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-04-06 09:17:37 +0000
committerClaude Paroz <claude@2xlibre.net>2012-04-06 09:17:37 +0000
commit723445f40e33c1c68b4b501f8064e78a5ebd346e (patch)
tree387a6e614309fd35df54d2ad0a268ec34582d4d3 /docs
parent5c954136eaef3d98d532368deec4c19cf892f664 (diff)
Fixed #16233 -- Added link to multiple databases docs from custom sql alias section. Thanks charlax for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/db/sql.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/db/sql.txt b/docs/topics/db/sql.txt
index 80038e547f..658dfdf859 100644
--- a/docs/topics/db/sql.txt
+++ b/docs/topics/db/sql.txt
@@ -229,8 +229,8 @@ is required. For example::
return row
-If you are using more than one database you can use
-``django.db.connections`` to obtain the connection (and cursor) for a
+If you are using :doc:`more than one database </topics/db/multi-db>`, you can
+use ``django.db.connections`` to obtain the connection (and cursor) for a
specific database. ``django.db.connections`` is a dictionary-like
object that allows you to retrieve a specific connection using its
alias::