summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-07-14 09:10:15 -0400
committerTim Graham <timograham@gmail.com>2016-07-14 09:21:28 -0400
commit944e66cb1db6614ef0644b9030dd1d75e950767c (patch)
treee9669ae0366398d84af9c27fd92ec28f705c6f90 /docs/ref
parenta11719047711d8031dcea6a71cc5972b9ec1d48f (diff)
Reverted "Fixed #25388 -- Added an option to allow disabling of migrations during test database creation"
This reverts commit 157d7f1f1de4705daddebb77f21bd7097a74513d since it disables migrations all the time, not just during tests.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/settings.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index f995f4c21d..7bbc3a20aa 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -696,17 +696,6 @@ The creation-order dependencies of the database. See the documentation
on :ref:`controlling the creation order of test databases
<topics-testing-creation-dependencies>` for details.
-.. setting:: TEST_MIGRATE
-
-``MIGRATE``
-^^^^^^^^^^^
-
-.. versionadded:: 1.10
-
-Default: ``True``
-
-If set to ``False``, Django won't use migrations to create the test database.
-
.. setting:: TEST_MIRROR
``MIRROR``