Fixed #30307 -- Fixed incorrect quoting of database user password when using dbshell on Oracle.

Regression in acfc650f2a.
This commit is contained in:
msg 2019-04-01 19:34:11 -04:00 committed by Mariusz Felisiak
parent 1ffddfc233
commit 755673e1bc
No known key found for this signature in database
GPG key ID: 2EF56372BA48CD1B
3 changed files with 5 additions and 3 deletions

View file

@ -9,4 +9,6 @@ Django 2.2.1 fixes several bugs in 2.2.
Bugfixes
========
* ...
* Fixed a regression in Django 2.1 that caused the incorrect quoting of
database user password when using :djadmin:`dbshell` on Oracle
(:ticket:`30307`).