summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMoayad Mardini <moayad.m@gmail.com>2014-05-30 01:23:09 +0300
committerAndrew Godwin <andrew@aeracode.org>2014-05-29 15:39:02 -0700
commite4eae5df0ec222fa13d6bac226b3b10c75f3d40d (patch)
treed8d43c9cace09fc7b5cead6299e8a90301a11c32 /docs/ref
parent4956e182ac207437eaf182f076de6717ee00843c (diff)
[1.7.x] Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` package
`makemigrations` will automatically create the package specified in `MIGRATION_MODULES` if it doesn't already exist. Thanks ovidiuc4 for the report.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/settings.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 7fbc6324e5..c695131565 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1772,6 +1772,9 @@ Example::
In this case, migrations pertaining to the ``blog`` app will be contained in the ``blog.db_migrations`` package.
+:djadmin:`makemigrations` will automatically create the package if it doesn't
+already exist.
+
.. setting:: MONTH_DAY_FORMAT
MONTH_DAY_FORMAT