From 402fc4f6c9921f56eecbb6e3fc69154270be6468 Mon Sep 17 00:00:00 2001 From: Anssi Kääriäinen Date: Mon, 28 Apr 2014 15:27:36 +0300 Subject: [1.7.x] Fixed #22429 -- Incorrect SQL when using ~Q and F Backport of 5e1f4656b9 from master --- docs/releases/1.6.5.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.6.5.txt b/docs/releases/1.6.5.txt index 3c46b953b7..891a688030 100644 --- a/docs/releases/1.6.5.txt +++ b/docs/releases/1.6.5.txt @@ -14,3 +14,6 @@ Bugfixes * Fixed ``pgettext_lazy`` crash when receiving bytestring content on Python 2 (`#22565 `_). + +* Fixed the SQL generated when filtering by a negated ``Q`` object that contains + a ``F`` object. (`#22429 `_). -- cgit v1.3