mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
[2.2.x] Fixed #30331 -- Added support for psycopg2 2.8.
Backport of 5efaf078f7
from master
This commit is contained in:
parent
1279fb4a00
commit
54b65b83a2
2 changed files with 14 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue