Commit fa6e3a40 authored by Tim Graham's avatar Tim Graham
Browse files

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

parent 6b2d3f92
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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