diff options
| author | Tim Graham <timograham@gmail.com> | 2016-07-14 09:10:15 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-07-14 09:21:28 -0400 |
| commit | 944e66cb1db6614ef0644b9030dd1d75e950767c (patch) | |
| tree | e9669ae0366398d84af9c27fd92ec28f705c6f90 /docs | |
| parent | a11719047711d8031dcea6a71cc5972b9ec1d48f (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')
| -rw-r--r-- | docs/ref/settings.txt | 11 | ||||
| -rw-r--r-- | docs/releases/1.10.txt | 3 |
2 files changed, 0 insertions, 14 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`` diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index a955e351e2..30a919de88 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -480,9 +480,6 @@ Tests and run selectively with the new :option:`test --tag` and :option:`test --exclude-tag` options. -* Added the :setting:`DATABASES['TEST']['MIGRATE'] <TEST_MIGRATE>` option to - allow disabling of migrations during test database creation. - * You can now login and use sessions with the test client even if :mod:`django.contrib.sessions` is not in :setting:`INSTALLED_APPS`. |
