summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-12-22 09:43:45 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-12-22 09:44:34 +0100
commit42c31f867fa75d52bbbb4b39478f982fbe010ae1 (patch)
tree3483227689a3420c33ff83862f9112855d23e1fa /docs
parentbc60b1e2925a400aa8188e035782ec2945123e57 (diff)
[5.0.x] Fixed #35054 -- Fixed crash on Oracle when fetching JSONFields with oracledb 2.0.0.
Backport of 6c08dba5176606e8a62dd108bb6c9467d678d2f4 from main
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.0.1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/5.0.1.txt b/docs/releases/5.0.1.txt
index 79fbf9a0a1..592454e893 100644
--- a/docs/releases/5.0.1.txt
+++ b/docs/releases/5.0.1.txt
@@ -27,3 +27,5 @@ Bugfixes
* Fixed a regression in Django 5.0 where admin fields on the same line could
overflow the page and become non-interactive (:ticket:`35012`).
+
+* Added compatibility for ``oracledb`` 2.0.0 (:ticket:`35054`).