mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #25388 -- Added an option to allow disabling of migrations during test database creation
This commit is contained in:
committed by
Markus Holtermann
parent
1243fdf5cb
commit
157d7f1f1d
@@ -394,6 +394,9 @@ 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.
|
||||
|
||||
URLs
|
||||
~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user