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:56:14 +0200
commit21e8f9f7c96c97e42a301e53acbfd6cb6f1a7227 (patch)
tree8854e618dea51a619861fc9052c9ef3eff0870a4 /docs
parentd1ff7c50e3a9815804818ef8f76ad3c16d3f1da4 (diff)
[3.0.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`).