1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #35054 -- Fixed crash on Oracle when fetching JSONFields with oracledb 2.0.0.

This commit is contained in:
Mariusz Felisiak
2023-12-22 09:43:45 +01:00
committed by GitHub
parent 2bf46c3825
commit 6c08dba517
2 changed files with 7 additions and 1 deletions

View File

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