summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index 4f10dc1cd9..47c964292f 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -285,6 +285,9 @@ Management Commands
* To assist with testing, :func:`~django.core.management.call_command` now
accepts a command object as the first argument.
+* The :djadmin:`shell` command supports tab completion on systems using
+ ``libedit``, e.g. Mac OSX.
+
Migrations
~~~~~~~~~~