2023-05-03 13:13:07 +00:00
|
|
|
==========================
|
|
|
|
Django 4.2.2 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected June 5, 2023*
|
|
|
|
|
|
|
|
Django 4.2.2 fixes several bugs in 4.2.1.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2023-05-08 17:34:30 +00:00
|
|
|
* 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`).
|
2023-05-15 13:19:38 +00:00
|
|
|
|
|
|
|
* Restored, following a regression in Django 4.2, ``get_prep_value()`` call in
|
|
|
|
``JSONField`` subclasses (:ticket:`34539`).
|