1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive mode.

This commit is contained in:
Jacob Walls
2021-08-06 09:17:13 -04:00
committed by Mariusz Felisiak
parent 241ba23870
commit 32f1fe5f89
4 changed files with 62 additions and 6 deletions

View File

@@ -163,7 +163,8 @@ Logging
Management Commands
~~~~~~~~~~~~~~~~~~~
* ...
* :option:`makemigrations --no-input` now logs default answers and reasons why
migrations cannot be created.
Migrations
~~~~~~~~~~