summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-12-05 01:03:39 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-12-05 01:03:39 +0000
commitd53fd71acb7a6bcce376152a794a533364655bf4 (patch)
tree774b3076ac78bf8854df05da5310e15504bf550a /docs/ref/settings.txt
parentb11c21d69a2d16aa104cb1313691aa5c5efc2468 (diff)
Corrected incomplete and incorrect docs from r14822.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14823 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/settings.txt')
-rw-r--r--docs/ref/settings.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 380fa789a4..207933a72f 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -427,6 +427,18 @@ Only supported for the ``mysql`` backend (see the `MySQL manual`_ for details).
.. _MySQL manual: MySQL_
+.. setting:: TEST_DEPENDENCIES
+
+TEST_DEPENDENCIES
+~~~~~~~~~~~~~~~~~
+
+Default: ``['default']``, for all databases other than ``default``,
+which has no dependencies.
+
+The creation-order dependencies of the database. See the documentation
+on :ref:`controlling the creation order of test databases
+<topics-testing-creation-dependencies>` for details.
+
.. setting:: TEST_MIRROR
TEST_MIRROR