Fixed #29534 -- Made dbshell use rlwrap on Oracle if available.

This commit is contained in:
Mariusz Felisiak 2018-10-26 01:39:42 +02:00 committed by Tim Graham
parent 9a88c6dd6a
commit c6525bea9e
3 changed files with 41 additions and 0 deletions

View file

@ -185,6 +185,9 @@ Management Commands
* :djadmin:`inspectdb` now introspects :class:`~django.db.models.DurationField`
for Oracle and PostgreSQL.
* On Oracle, :djadmin:`dbshell` is wrapped with ``rlwrap``, if available.
``rlwrap`` provides a command history and editing of keyboard input.
Migrations
~~~~~~~~~~