From dc5e75d419893bde33b7e439b59bdf271fc1a3f2 Mon Sep 17 00:00:00 2001 From: aspalding Date: Tue, 16 Oct 2018 10:02:52 -0500 Subject: Fixed #29838 -- Fixed crash when combining Q objects with __in lookups and lists. Regression in fc6528b25ab1834be1a478b405bf8f7ec5cf860c. --- docs/releases/2.1.3.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/releases/2.1.3.txt b/docs/releases/2.1.3.txt index 5de73d93d4..15e53db65b 100644 --- a/docs/releases/2.1.3.txt +++ b/docs/releases/2.1.3.txt @@ -4,9 +4,10 @@ Django 2.1.3 release notes *Expected November 1, 2018* -Django 2.1.3 fixes several bugs in 2.1.2 +Django 2.1.3 fixes several bugs in 2.1.2. Bugfixes ======== -* ... \ No newline at end of file +* Fixed a regression in Django 2.0 where combining ``Q`` objects with ``__in`` + lookups and lists crashed (:ticket:`29838`). -- cgit v1.3