diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.5.txt | 3 |
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>`_). |
