mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #34568 -- Made makemigrations --update respect --name option.
Thanks David Sanders for the report.
This commit is contained in:
parent
93830abf76
commit
c52f4295f2
4 changed files with 34 additions and 3 deletions
|
@ -757,6 +757,9 @@ generated migration files to ``stdout``.
|
|||
Merges model changes into the latest migration and optimize the resulting
|
||||
operations.
|
||||
|
||||
The updated migration will have a generated name. In order to preserve the
|
||||
previous name, set it using ``--name``.
|
||||
|
||||
``migrate``
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue