summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Godwin <andrew@aeracode.org>2014-05-29 15:38:21 -0700
committerAndrew Godwin <andrew@aeracode.org>2014-05-29 15:38:21 -0700
commit347cab4faef22e6c903c9a0a407a0da06805a3de (patch)
tree561bac02f6b18df3c0dfeb7642c2f3f955db9b3e /docs
parent67d9f70e4c804355422a6f8810dfa42ede8a3bae (diff)
parent56cfa508c796ad317e813647eadd9f7142f6d2dc (diff)
Merge pull request #2744 from mmardini/MIGRATION_MODULES
Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` package
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