Skip to content

Commit

Permalink
Fixed #14058 -- Clarified information on OPTIONS setting (for adding …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
Gabriel Hurley committed Oct 10, 2010
1 parent 876013d commit ace6519
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/ref/settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ace6519

Please sign in to comment.