From 1586a09b7949bbb7b0d84cb74ce1cadc25cbb355 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 8 May 2023 19:34:30 +0200 Subject: Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on Oracle. Regression in 09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca. Thanks Michael Smith for the report. This also reverts commit 1e4da439556cdd69eb9f91e07f99cf77997e70d2. --- docs/releases/4.2.2.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/4.2.2.txt b/docs/releases/4.2.2.txt index 31f854b004..9d16e7ef6f 100644 --- a/docs/releases/4.2.2.txt +++ b/docs/releases/4.2.2.txt @@ -9,4 +9,6 @@ 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`). -- cgit v1.2.1