summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnssi Kääriäinen <akaariai@gmail.com>2014-04-28 15:27:36 +0300
committerAnssi Kääriäinen <akaariai@gmail.com>2014-05-05 13:06:51 +0300
commit402fc4f6c9921f56eecbb6e3fc69154270be6468 (patch)
treee345417f5107e172a7da022243fcbccd86310e55 /docs
parent87d873ab476e2d213caa4cbdf11fddacb5755890 (diff)
[1.7.x] Fixed #22429 -- Incorrect SQL when using ~Q and F
Backport of 5e1f4656b9 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.5.txt3
1 files changed, 3 insertions, 0 deletions
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 <http://code.djangoproject.com/ticket/22565>`_).
+
+* Fixed the SQL generated when filtering by a negated ``Q`` object that contains
+ a ``F`` object. (`#22429 <http://code.djangoproject.com/ticket/22429>`_).