mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Removed support for old-style test database settings per deprecation timeline.
This commit is contained in:
parent
d038c547b5
commit
f635d75935
3 changed files with 1 additions and 270 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue