summaryrefslogtreecommitdiff
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:31:33 -0500
commitda562d6a8785d28b75475c1c3d1eb5987253bc35 (patch)
tree5c4aec59f0f519930070c1ee7db79aa02e9f298c
parent6022da4f48a1c3fd019aac52b3fe9b804b1746f9 (diff)
[1.7.x] Fixed #23961 -- Clarified when makemigrations will create a directory.
Backport of fa6e3a40e1866b64eb30e0dfbd43b340c0d831da from master
-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 bebeada90e..0f39d23c6d 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1809,8 +1809,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