From a69c4d626afe9e56131aeb624caf3137ddd98bcb Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 24 Nov 2019 08:43:58 -0800 Subject: [PATCH] Refs #25388 -- Corrected value of TEST MIGRATE setting in MIGRATION_MODULES docs. --- docs/ref/settings.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index a32cc4e2a4..d493b76aa0 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -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 testing (tables will still be created for the apps' models). To disable migrations for all apps during tests, you can set the -:setting:`MIGRATE ` to ``True`` instead. If ``MIGRATION_MODULES`` -is used in your general project settings, remember to use the -:option:`migrate --run-syncdb` option if you want to create tables for the app. +:setting:`MIGRATE ` to ``False`` instead. If +``MIGRATION_MODULES`` is used in your general project settings, remember to use +the :option:`migrate --run-syncdb` option if you want to create tables for the +app. .. setting:: MONTH_DAY_FORMAT