summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-30 09:50:15 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-30 09:54:42 +0200
commit3b5e307bbc5eb8a88af6204b40aa224516260196 (patch)
treeabb83be27b0038bc3dcb93dde1275fcd524dcddd /docs
parentc944df827fcf6fb5d99bc8399049ed312e40c670 (diff)
[3.1.x] Fixed #31751 -- Fixed database introspection with cx_Oracle 8.
Backport of 615e32162ff646db3456b90fb4eaaecc33dd3e4e from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.8.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/3.0.8.txt b/docs/releases/3.0.8.txt
index f23208f9ae..d702d75764 100644
--- a/docs/releases/3.0.8.txt
+++ b/docs/releases/3.0.8.txt
@@ -22,3 +22,5 @@ Bugfixes
* Fixed a regression in Django 3.0.2 that caused a migration crash on
PostgreSQL when adding a foreign key to a model with a namespaced
``db_table`` (:ticket:`31735`).
+
+* Added compatibility for ``cx_Oracle`` 8 (:ticket:`31751`).