From 50e3b9d02899000a67204f531d75a5cfd6353ab6 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 5 Dec 2010 01:23:23 +0000 Subject: [PATCH] Added versionadded markup to the TEST_DEPENDENCIES setting. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14824 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/settings.txt | 2 ++ 1 file changed, 2 insertions(+) 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.