From fa6e3a40e1866b64eb30e0dfbd43b340c0d831da Mon Sep 17 00:00:00 2001
From: Tim Graham <timograham@gmail.com>
Date: Tue, 9 Dec 2014 07:26:57 -0500
Subject: [PATCH] Fixed #23961 -- Clarified when makemigrations will create a
 directory.

---
 docs/ref/settings.txt | 4 ++--
 1 file 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