From 6c33e7333336487a30dbd170c93b2f6e50133de7 Mon Sep 17 00:00:00 2001 From: Saúl Ibarra Corretgé Date: Sat, 27 Feb 2016 18:13:01 +0100 Subject: Fixed #26289 -- Enabled shell tab completion on systems using libedit. --- docs/releases/1.10.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 ~~~~~~~~~~ -- cgit v1.3