mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.7.x] Fixed #23961 -- Clarified when makemigrations will create a directory.
Backport of fa6e3a40e1866b64eb30e0dfbd43b340c0d831da from master
This commit is contained in:
parent
6022da4f48
commit
da562d6a87
@ -1809,8 +1809,8 @@ Example::
|
|||||||
|
|
||||||
In this case, migrations pertaining to the ``blog`` app will be contained in the ``blog.db_migrations`` package.
|
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
|
If you provide the ``app_label`` argument, :djadmin:`makemigrations` will
|
||||||
already exist.
|
automatically create the package if it doesn't already exist.
|
||||||
|
|
||||||
.. setting:: MONTH_DAY_FORMAT
|
.. setting:: MONTH_DAY_FORMAT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user