summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index a9e660f0f1..9b57a524aa 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -236,6 +236,11 @@ Management Commands
* On PostgreSQL, :djadmin:`dbshell` now supports specifying a password file.
+* The :djadmin:`shell` command now respects :py:data:`sys.__interactivehook__`
+ at startup. This allows loading shell history between interactive sessions.
+ As a consequence, ``readline`` is no longer loaded if running in *isolated*
+ mode.
+
Migrations
~~~~~~~~~~