From 820b4e565a06eddacf9a8038dd7b83784c6e99da Mon Sep 17 00:00:00 2001 From: David Wobrock Date: Tue, 17 May 2022 11:32:30 +0200 Subject: [4.1.x] Fixed #33705 -- Fixed crash when using IsNull() lookup in filters. Thanks Florian Apolloner for the report. Thanks Simon Charette for the review. Backport of 9f5548952906c6ea97200c016734b4f519520a64 from main --- docs/releases/4.0.5.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/4.0.5.txt b/docs/releases/4.0.5.txt index 8caf03bc5d..b626f9ef36 100644 --- a/docs/releases/4.0.5.txt +++ b/docs/releases/4.0.5.txt @@ -11,3 +11,6 @@ Bugfixes * Fixed a bug in Django 4.0 where not all :setting:`OPTIONS ` were passed to a Redis client (:ticket:`33681`). + +* Fixed a bug in Django 4.0 that caused a crash of ``QuerySet.filter()`` on + ``IsNull()`` expressions (:ticket:`33705`). -- cgit v1.3