summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authoraspalding <aspalding@procuredhealth.com>2018-10-16 10:02:52 -0500
committerTim Graham <timograham@gmail.com>2018-10-17 11:34:49 -0400
commitdc5e75d419893bde33b7e439b59bdf271fc1a3f2 (patch)
tree4e2eb6a69dba3e382dfb30591f2a2b4a3e5dcc04 /docs/releases
parent217f82d7139fd32f07adbfa92c5fb383d0ade577 (diff)
Fixed #29838 -- Fixed crash when combining Q objects with __in lookups and lists.
Regression in fc6528b25ab1834be1a478b405bf8f7ec5cf860c.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/2.1.3.txt5
1 files changed, 3 insertions, 2 deletions
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`).