diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-09 07:26:57 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-09 07:31:33 -0500 |
| commit | da562d6a8785d28b75475c1c3d1eb5987253bc35 (patch) | |
| tree | 5c4aec59f0f519930070c1ee7db79aa02e9f298c /docs | |
| parent | 6022da4f48a1c3fd019aac52b3fe9b804b1746f9 (diff) | |
[1.7.x] Fixed #23961 -- Clarified when makemigrations will create a directory.
Backport of fa6e3a40e1866b64eb30e0dfbd43b340c0d831da from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/settings.txt | 4 |
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 |
