1
0
mirror of https://github.com/django/django.git synced 2025-03-24 08:10:45 +00:00

Fixed #23961 -- Clarified when makemigrations will create a directory.

This commit is contained in:
Tim Graham 2014-12-09 07:26:57 -05:00
parent 6b2d3f9206
commit fa6e3a40e1

View File

@ -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