summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.1.txt
blob: ab2a609a532a7fef3a7b7f2a53496c255c083e9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
==========================
Django 2.2.1 release notes
==========================

*Expected May 1, 2019*

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`).

* Added compatibility for ``psycopg2`` 2.8 (:ticket:`30331`).