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:22:06 -0400 |
| commit | 5c56ce7a3f7568745225b190c5fce6b3442d5cdb (patch) | |
| tree | df23d95370cc2f1b8a60b273e70e5860eae87506 /docs | |
| parent | 3b92272c55a4b5a3391bf181582b184490a1b918 (diff) | |
[1.10.x] 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.
Backport of 944e66cb1db6614ef0644b9030dd1d75e950767c from master
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 b7ba1f6b5e..3cb6b0408e 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -709,17 +709,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`. |
