diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-09-23 10:54:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-23 10:54:04 +0200 |
| commit | 77caeaea888d1744416b213036ff29699758de76 (patch) | |
| tree | 669ced25575fdf35376924e70d26df3b10734ebd /docs/ref | |
| parent | 7b9596b974fb0ad1868b10c8c2174e10b72be403 (diff) | |
Fixed #32012 -- Made test database creation sync apps models when migrations are disabled.
Thanks Jaap Roes for the report.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 506267a028..429df374ad 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -792,6 +792,8 @@ on :ref:`controlling the creation order of test databases Default: ``True`` When set to ``False``, migrations won't run when creating the test database. +This is similar to setting ``None`` as a value in :setting:`MIGRATION_MODULES`, +but for all apps. .. setting:: TEST_MIRROR |
