summaryrefslogtreecommitdiff
path: root/docs/releases/4.2.2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/4.2.2.txt')
-rw-r--r--docs/releases/4.2.2.txt4
1 files changed, 3 insertions, 1 deletions
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`).