summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoraspalding <aspalding@procuredhealth.com>2018-10-16 10:01:31 -0500
committerTim Graham <timograham@gmail.com>2018-10-17 11:40:02 -0400
commit0df7ea1b87d9543995156d5c5c77886fc1a5a615 (patch)
tree0aa95fd010650baf728176b86977f9d4aca1c571 /docs
parent0f611fb1faaef9dd25775ac1808a6c0740073037 (diff)
[2.1.x] Fixed #29838 -- Fixed crash when combining Q objects with __in lookups and lists.
Regression in fc6528b25ab1834be1a478b405bf8f7ec5cf860c. Backport of 834c4ec8e4cfc43acf0525e0a4d8c914534f6afd, 217f82d7139fd32f07adbfa92c5fb383d0ade577, and dc5e75d419893bde33b7e439b59bdf271fc1a3f2 from master.
Diffstat (limited to 'docs')
-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`).