Refs #25388 -- Corrected value of TEST MIGRATE setting in MIGRATION_MODULES docs.

This commit is contained in:
Jon Dufresne 2019-11-24 08:43:58 -08:00 committed by Mariusz Felisiak
parent 9f1ec9efc3
commit a69c4d626a
1 changed files with 4 additions and 3 deletions

View File

@ -2047,9 +2047,10 @@ an app without migrations regardless of an existing ``migrations`` submodule.
This can be used, for example, in a test settings file to skip migrations while This can be used, for example, in a test settings file to skip migrations while
testing (tables will still be created for the apps' models). To disable testing (tables will still be created for the apps' models). To disable
migrations for all apps during tests, you can set the migrations for all apps during tests, you can set the
:setting:`MIGRATE <TEST_MIGRATE>` to ``True`` instead. If ``MIGRATION_MODULES`` :setting:`MIGRATE <TEST_MIGRATE>` to ``False`` instead. If
is used in your general project settings, remember to use the ``MIGRATION_MODULES`` is used in your general project settings, remember to use
:option:`migrate --run-syncdb` option if you want to create tables for the app. the :option:`migrate --run-syncdb` option if you want to create tables for the
app.
.. setting:: MONTH_DAY_FORMAT .. setting:: MONTH_DAY_FORMAT