summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2010-10-10 07:58:50 +0000
committerGabriel Hurley <gabehr@gmail.com>2010-10-10 07:58:50 +0000
commitace6519fae94c83aaaee0e6ce04d3bdded1b91d5 (patch)
treecd389a1c2fc93be367fba0142c6001831154f66e
parent876013dc1205335bd6396e68fb9f8953b971fb73 (diff)
Fixed #14058 -- Clarified information on OPTIONS setting (for adding additional parameters when connecting to a database) and linked to Database Backend docs. Thanks to chris@cwroofs for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/ref/settings.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 26b5e7cd48..6ad5af9301 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -314,8 +314,12 @@ OPTIONS
Default: ``{}`` (Empty dictionary)
-Extra parameters to use when connecting to the database. Consult backend
-module's document for available keywords.
+Extra parameters to use when connecting to the database. Available parameters
+vary depending on your database backend.
+
+Some information on available parameters can be found in the
+:doc:`Database Backends </ref/databases>` documentation. For more information,
+consult your backend module's own documentation.
.. setting:: PASSWORD