diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 8e03f54c3e..5d76289da6 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -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 ~~~~~~~~~~ |
