Author: gabrielhurley
Date: 2010-10-10 02:58:50 -0500 (Sun, 10 Oct 2010)
New Revision: 14114

Modified:
   django/trunk/docs/ref/settings.txt
Log:
Fixed #14058 -- Clarified information on OPTIONS setting (for adding additional 
parameters when connecting to a database) and linked to Database Backend docs. 
Thanks to ch...@cwroofs for the report.

Modified: django/trunk/docs/ref/settings.txt
===================================================================
--- django/trunk/docs/ref/settings.txt  2010-10-10 07:09:57 UTC (rev 14113)
+++ django/trunk/docs/ref/settings.txt  2010-10-10 07:58:50 UTC (rev 14114)
@@ -314,9 +314,13 @@
 
 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
 
 PASSWORD

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to