mirror of
https://github.com/django/django.git
synced 2025-07-23 21:25:40 +00:00
Fixed #30307 -- Fixed incorrect quoting of database user password when using dbshell on Oracle.
Regression in acfc650f2a
.
This commit is contained in:
parent
1ffddfc233
commit
755673e1bc
3 changed files with 5 additions and 3 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue