summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2021-08-06 09:17:13 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-10-12 15:19:39 +0200
commit32f1fe5f89bc9ae98161c07f3676f6aaedc8e877 (patch)
treecea3542a8fac71cd0e3a2c43e01b0c42362a7e39 /docs
parent241ba23870221085cc31ae302b9647f375f9c6c6 (diff)
Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive mode.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.1.txt3
1 files changed, 2 insertions, 1 deletions
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
~~~~~~~~~~