From 6ee8e9d56c17eb0014e73189950a9e8de2a8ec0e Mon Sep 17 00:00:00 2001 From: Clifford Gama Date: Sat, 25 Oct 2025 18:41:08 +0200 Subject: Fixed #36508 -- Interpreted __iexact=None on KeyTransforms as __exact=None. Thanks Jacob Walls for the report. --- docs/releases/6.1.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt index 2e6e7235d7..c4ecefc08a 100644 --- a/docs/releases/6.1.txt +++ b/docs/releases/6.1.txt @@ -400,6 +400,11 @@ Miscellaneous * The minimum supported version of SQLite is increased from 3.31.0 to 3.37.0. +* The :lookup:`iexact=None ` lookup on + :class:`~django.db.models.JSONField` key transforms now matches JSON + ``null``, to match the behavior of :lookup:`exact=None ` on key + transforms. Previously, it was interpreted as an :lookup:`isnull` lookup. + .. _deprecated-features-6.1: Features deprecated in 6.1 -- cgit v1.3