summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-04-05 11:05:53 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-04-05 11:07:18 +0200
commit54b65b83a2ae01de56d9eb329c59618559c1cc1d (patch)
tree01827311f80a2041a737a9243df2d58e287084cd /docs
parent1279fb4a00c23ab0b9aeff8dd205661d4e9a8110 (diff)
[2.2.x] Fixed #30331 -- Added support for psycopg2 2.8.
Backport of 5efaf078f7609a8c95045bcfdab0ba256b5449bf from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.2.1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/2.2.1.txt b/docs/releases/2.2.1.txt
index fb26e39a25..ab2a609a53 100644
--- a/docs/releases/2.2.1.txt
+++ b/docs/releases/2.2.1.txt
@@ -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`).