mirror of
https://github.com/django/django.git
synced 2025-03-01 12:24:31 +00:00
Regression in 5c23d9f0c32f166c81ecb6f3f01d5077a6084318. Backport of 0ec60661e61b153e6bcec64649b1b7f524eb3e18 from main
18 lines
508 B
Plaintext
18 lines
508 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`).
|
|
|
|
* Restored, following a regression in Django 4.2, ``get_prep_value()`` call in
|
|
``JSONField`` subclasses (:ticket:`34539`).
|