mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #29534 -- Made dbshell use rlwrap on Oracle if available.
This commit is contained in:
parent
9a88c6dd6a
commit
c6525bea9e
3 changed files with 41 additions and 0 deletions
|
@ -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
|
||||
~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue