1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00
Files
django/docs/releases/5.2.8.txt
Simon Charette 315dbe675d Fixed #36646 -- Added compatibility for oracledb 3.4.0.
The Database.Binary, Date, and Timestamp attributes were changed from
aliases to bytes, datetime.date, and datetime.datetime to factory
functions in oracle/python-oracledb@869a887819
which made their usage inadequate for isinstance checks.

Thanks John Wagenleitner for the report and Natalia for the triage.

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2025-10-11 17:15:28 +02:00

13 lines
237 B
Plaintext

==========================
Django 5.2.8 release notes
==========================
*Expected November 5, 2025*
Django 5.2.8 fixes several bugs in 5.2.7.
Bugfixes
========
* Added compatibility for ``oracledb`` 3.4.0 (:ticket:`36646`).