mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Fixed #23302 -- Added --name/-n option to makemigrations command
This commit is contained in:
parent
bda2809712
commit
1435cfbe8d
7 changed files with 87 additions and 6 deletions
|
|
@ -683,6 +683,13 @@ written.
|
|||
|
||||
The ``--merge`` option enables fixing of migration conflicts.
|
||||
|
||||
.. django-admin-option:: --name, -n
|
||||
|
||||
.. versionadded:: 1.8
|
||||
|
||||
The ``--name`` option allows you to give the migration(s) a custom name instead
|
||||
of a generated one.
|
||||
|
||||
migrate [<app_label> [<migrationname>]]
|
||||
---------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue