Fixed #30331 -- Added support for psycopg2 2.8.

This commit is contained in:
Mariusz Felisiak 2019-04-05 11:05:53 +02:00 committed by GitHub
parent 755673e1bc
commit 5efaf078f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View file

@ -12,3 +12,5 @@ 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`).
* Added compatibility for ``psycopg2`` 2.8 (:ticket:`30331`).