mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
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>
13 lines
237 B
Plaintext
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`).
|