mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25388 -- Added an option to allow disabling of migrations during test database creation.
This commit is contained in:
committed by
Mariusz Felisiak
parent
3e5b349535
commit
f5ebdfce5c
@@ -237,6 +237,9 @@ Tests
|
||||
allow running a test without collecting the result and catching exceptions.
|
||||
This can be used to support running tests under a debugger.
|
||||
|
||||
* The new :setting:`MIGRATE <TEST_MIGRATE>` test database setting allows
|
||||
disabling of migrations during a test database creation.
|
||||
|
||||
URLs
|
||||
~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user