summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-12-05 01:23:23 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-12-05 01:23:23 +0000
commit50e3b9d02899000a67204f531d75a5cfd6353ab6 (patch)
tree786637b1e07a6c360c665c146ce344b8690c2fac /docs
parentd53fd71acb7a6bcce376152a794a533364655bf4 (diff)
Added versionadded markup to the TEST_DEPENDENCIES setting.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14824 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 207933a72f..bfc2dbf66f 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -432,6 +432,8 @@ Only supported for the ``mysql`` backend (see the `MySQL manual`_ for details).
TEST_DEPENDENCIES
~~~~~~~~~~~~~~~~~
+.. versionadded:: 1.3
+
Default: ``['default']``, for all databases other than ``default``,
which has no dependencies.