mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #29026 -- Added --scriptable option to makemigrations.
This commit is contained in:
committed by
Mariusz Felisiak
parent
274771df91
commit
6f78cb6b13
@@ -210,6 +210,10 @@ Management Commands
|
||||
* :option:`makemigrations --no-input` now logs default answers and reasons why
|
||||
migrations cannot be created.
|
||||
|
||||
* The new :option:`makemigrations --scriptable` options diverts log output and
|
||||
input prompts to ``stderr``, writing only paths of generated migration files
|
||||
to ``stdout``.
|
||||
|
||||
Migrations
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user