summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-12-26 12:45:40 -0500
committerTim Graham <timograham@gmail.com>2015-01-17 09:55:18 -0500
commitf635d759354842e46901ed1ae1be5f5a0b81e567 (patch)
tree3290dea9edbd45849e9dd525a9aa7f69a75486a8 /docs/ref/settings.txt
parentd038c547b5ce585cbf9ef5bb7e5298f52e4a243b (diff)
Removed support for old-style test database settings per deprecation timeline.
Diffstat (limited to 'docs/ref/settings.txt')
-rw-r--r--docs/ref/settings.txt110
1 files changed, 0 insertions, 110 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index db2850da6d..dfbb10c60d 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -853,116 +853,6 @@ This is an Oracle-specific setting.
The maximum size that the DATAFILE_TMP is allowed to grow to.
-.. setting:: OLD_TEST_CHARSET
-
-TEST_CHARSET
-~~~~~~~~~~~~
-
-.. deprecated:: 1.7
-
- Use the :setting:`CHARSET <TEST_CHARSET>` entry in the
- :setting:`TEST <DATABASE-TEST>` dictionary.
-
-.. setting:: OLD_TEST_COLLATION
-
-TEST_COLLATION
-~~~~~~~~~~~~~~
-
-.. deprecated:: 1.7
-
- Use the :setting:`COLLATION <TEST_COLLATION>` entry in the
- :setting:`TEST <DATABASE-TEST>` dictionary.
-
-.. setting:: OLD_TEST_DEPENDENCIES
-
-TEST_DEPENDENCIES
-~~~~~~~~~~~~~~~~~
-
-.. deprecated:: 1.7
-
- Use the :setting:`DEPENDENCIES <TEST_DEPENDENCIES>` entry in the
- :setting:`TEST <DATABASE-TEST>` dictionary.
-
-.. setting:: OLD_TEST_MIRROR
-
-TEST_MIRROR
-~~~~~~~~~~~
-
-.. deprecated:: 1.7
-
- Use the :setting:`MIRROR <TEST_MIRROR>` entry in the
- :setting:`TEST <DATABASE-TEST>` dictionary.
-
-.. setting:: OLD_TEST_NAME
-
-TEST_NAME
-~~~~~~~~~
-
-.. deprecated:: 1.7
-
- Use the :setting:`NAME <TEST_NAME>` entry in the
- :setting:`TEST <DATABASE-TEST>` dictionary.
-
-.. setting:: OLD_TEST_CREATE
-
-TEST_CREATE
-~~~~~~~~~~~
-
-.. deprecated:: 1.7
-
- Use the :setting:`CREATE_DB <TEST_CREATE>` entry in the
- :setting:`TEST <DATABASE-TEST>` dictionary.
-
-.. setting:: OLD_TEST_USER
-
-TEST_USER
-~~~~~~~~~
-
-.. deprecated:: 1.7
-
- Use the :setting:`USER <TEST_USER>` entry in the
- :setting:`TEST <DATABASE-TEST>` dictionary.
-
-.. setting:: OLD_TEST_USER_CREATE
-
-TEST_USER_CREATE
-~~~~~~~~~~~~~~~~
-
-.. deprecated:: 1.7
-
- Use the :setting:`CREATE_USER <TEST_USER_CREATE>` entry in the
- :setting:`TEST <DATABASE-TEST>` dictionary.
-
-.. setting:: OLD_TEST_PASSWD
-
-TEST_PASSWD
-~~~~~~~~~~~
-
-.. deprecated:: 1.7
-
- Use the :setting:`PASSWORD <TEST_PASSWD>` entry in the
- :setting:`TEST <DATABASE-TEST>` dictionary.
-
-.. setting:: OLD_TEST_TBLSPACE
-
-TEST_TBLSPACE
-~~~~~~~~~~~~~
-
-.. deprecated:: 1.7
-
- Use the :setting:`TBLSPACE <TEST_TBLSPACE>` entry in the
- :setting:`TEST <DATABASE-TEST>` dictionary.
-
-.. setting:: OLD_TEST_TBLSPACE_TMP
-
-TEST_TBLSPACE_TMP
-~~~~~~~~~~~~~~~~~
-
-.. deprecated:: 1.7
-
- Use the :setting:`TBLSPACE_TMP <TEST_TBLSPACE_TMP>` entry in the
- :setting:`TEST <DATABASE-TEST>` dictionary.
-
.. setting:: DATABASE_ROUTERS
DATABASE_ROUTERS