mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Reverted "Fixed #25388 -- Added an option to allow disabling of migrations during test database creation"
This reverts commit 157d7f1f1d since it
disables migrations all the time, not just during tests.
This commit is contained in:
parent
a117190477
commit
944e66cb1d
6 changed files with 5 additions and 38 deletions
|
|
@ -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``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue