From e4eae5df0ec222fa13d6bac226b3b10c75f3d40d Mon Sep 17 00:00:00 2001 From: Moayad Mardini Date: Fri, 30 May 2014 01:23:09 +0300 Subject: [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. --- docs/ref/settings.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 -- cgit v1.3