mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #24870 -- Added --update option to makemigrations command.
This commit is contained in:
committed by
Mariusz Felisiak
parent
3893fcdd94
commit
e286ce17ff
@@ -158,6 +158,9 @@ Management Commands
|
||||
* :djadmin:`makemessages` command now supports locales with private sub-tags
|
||||
such as ``nl_NL-x-informal``.
|
||||
|
||||
* The new :option:`makemigrations --update` option merges model changes into
|
||||
the latest migration and optimizes the resulting operations.
|
||||
|
||||
Migrations
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user