summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-12-09 07:26:57 -0500
committerTim Graham <timograham@gmail.com>2014-12-09 07:26:57 -0500
commitfa6e3a40e1866b64eb30e0dfbd43b340c0d831da (patch)
tree80b45e6bdd31b370160d991f0da5bd70a6031e49 /docs
parent6b2d3f9206e6eb2aafb75dcd0ef50ce672bc0ff3 (diff)
Fixed #23961 -- Clarified when makemigrations will create a directory.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index fc00ad2d57..3edea084d6 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1914,8 +1914,8 @@ 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.
+If you provide the ``app_label`` argument, :djadmin:`makemigrations` will
+automatically create the package if it doesn't already exist.
.. setting:: MONTH_DAY_FORMAT