summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-06-11 15:26:17 -0400
committerTim Graham <timograham@gmail.com>2014-06-12 08:17:49 -0400
commit1c58cabad7f5b792e9cfd8f00feffd8212fdfbb1 (patch)
tree53f52d9087eb4f8a275d56b35344eeea75a46fa9 /docs/ref
parentdfa3505ff1edf8453645592f1ffc39be81927935 (diff)
Fixed #22811 -- Allowed setting both the old and new TEST database settings.
An ImproperlyConfigured exception will be raised they mismatch.
Diffstat (limited to 'docs/ref')
-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 b941bd79fb..58cb7061b5 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -586,6 +586,8 @@ TEST
All :setting:`TEST <DATABASE-TEST>` sub-entries used to be independent
entries in the database settings dictionary, with a ``TEST_`` prefix.
+ For backwards compatibility with older versions of Django, you can define
+ both versions of the settings as long as they match.
Further, ``TEST_CREATE``, ``TEST_USER_CREATE`` and ``TEST_PASSWD``
were changed to ``CREATE_DB``, ``CREATE_USER`` and ``PASSWORD``
respectively.