From 32f1fe5f89bc9ae98161c07f3676f6aaedc8e877 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 6 Aug 2021 09:17:13 -0400 Subject: Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive mode. --- docs/releases/4.1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index e74e3e07f1..af4b6d83a3 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -163,7 +163,8 @@ Logging Management Commands ~~~~~~~~~~~~~~~~~~~ -* ... +* :option:`makemigrations --no-input` now logs default answers and reasons why + migrations cannot be created. Migrations ~~~~~~~~~~ -- cgit v1.3