Fixed #34568 -- Made makemigrations --update respect --name option.

Thanks David Sanders for the report.
This commit is contained in:
Mariusz Felisiak 2023-05-17 13:14:43 +02:00 committed by GitHub
parent 93830abf76
commit c52f4295f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 3 deletions

View file

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