summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMoayad Mardini <moayad.m@gmail.com>2014-05-30 01:23:09 +0300
committerMoayad Mardini <moayad.m@gmail.com>2014-05-30 01:23:09 +0300
commit56cfa508c796ad317e813647eadd9f7142f6d2dc (patch)
tree1b0a90ce5e91ba5f341e81f1f792c309226a3ef2 /docs
parentd240b29c086f434c87c2a5be7af539ceb8c0f55f (diff)
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')
-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 6f3c0533b9..683d0f4b0f 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1757,6 +1757,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