diff options
| author | Moayad Mardini <moayad.m@gmail.com> | 2014-05-30 01:23:09 +0300 |
|---|---|---|
| committer | Andrew Godwin <andrew@aeracode.org> | 2014-05-29 15:39:02 -0700 |
| commit | e4eae5df0ec222fa13d6bac226b3b10c75f3d40d (patch) | |
| tree | d8d43c9cace09fc7b5cead6299e8a90301a11c32 /docs | |
| parent | 4956e182ac207437eaf182f076de6717ee00843c (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')
| -rw-r--r-- | docs/ref/settings.txt | 3 |
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 |
