diff options
| author | Andrew Godwin <andrew@aeracode.org> | 2014-05-29 15:38:21 -0700 |
|---|---|---|
| committer | Andrew Godwin <andrew@aeracode.org> | 2014-05-29 15:38:21 -0700 |
| commit | 347cab4faef22e6c903c9a0a407a0da06805a3de (patch) | |
| tree | 561bac02f6b18df3c0dfeb7642c2f3f955db9b3e /docs | |
| parent | 67d9f70e4c804355422a6f8810dfa42ede8a3bae (diff) | |
| parent | 56cfa508c796ad317e813647eadd9f7142f6d2dc (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.txt | 3 |
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 |
