diff options
| author | Saúl Ibarra Corretgé <saghul@gmail.com> | 2016-02-27 18:13:01 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-08 08:37:14 -0500 |
| commit | 6c33e7333336487a30dbd170c93b2f6e50133de7 (patch) | |
| tree | 4c164380aea245fa2fa3a062d32bc1b1f25d74f4 /docs | |
| parent | 839a955d08fa0657622ed9b60fdd262658fa659f (diff) | |
Fixed #26289 -- Enabled shell tab completion on systems using libedit.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.txt | 3 |
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 ~~~~~~~~~~ |
