mirror of
https://github.com/django/django.git
synced 2025-01-30 12:09:25 +00:00
1586a09b79
Regression in 09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca. Thanks Michael Smith for the report. This also reverts commit 1e4da439556cdd69eb9f91e07f99cf77997e70d2.
15 lines
382 B
Plaintext
15 lines
382 B
Plaintext
==========================
|
|
Django 4.2.2 release notes
|
|
==========================
|
|
|
|
*Expected June 5, 2023*
|
|
|
|
Django 4.2.2 fixes several bugs in 4.2.1.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a regression in Django 4.2 that caused an unnecessary
|
|
``DBMS_LOB.SUBSTR()`` wrapping in the ``__isnull`` and ``__exact=None``
|
|
lookups for ``TextField()``/``BinaryField()`` on Oracle (:ticket:`34544`).
|