diff options
| author | msg <msg@clinc.com> | 2019-04-01 19:34:11 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-04-04 08:33:28 +0200 |
| commit | 755673e1bca7edb6bee7a958f40d9ae54d85d44c (patch) | |
| tree | fdf73eef79d0dd165712731ce53c640e336fc88c /docs | |
| parent | 1ffddfc233e2d5139cc6ec31a4ec6ef70b10f87f (diff) | |
Fixed #30307 -- Fixed incorrect quoting of database user password when using dbshell on Oracle.
Regression in acfc650f2a6e4a79e80237eabfa923ea3a05d709.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.1.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/2.2.1.txt b/docs/releases/2.2.1.txt index 6710ad63cf..fb26e39a25 100644 --- a/docs/releases/2.2.1.txt +++ b/docs/releases/2.2.1.txt @@ -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`). |
