From 9fee229874367beafd532dad6d0f9ff9676ded0b Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 8 Aug 2018 08:51:20 +0200 Subject: Fixed #29643 -- Fixed crash when combining Q objects with __in lookups and lists. Regression in fc6528b25ab1834be1a478b405bf8f7ec5cf860c. --- docs/releases/2.1.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.1.1.txt b/docs/releases/2.1.1.txt index c83c03b9a5..f6e4bc567f 100644 --- a/docs/releases/2.1.1.txt +++ b/docs/releases/2.1.1.txt @@ -18,3 +18,6 @@ Bugfixes * Fixed a regression in Django 2.0 where using ``manage.py test --keepdb`` fails on PostgreSQL if the database exists and the user doesn't have permission to create databases (:ticket:`29613`). + +* Fixed a regression in Django 2.0 where combining ``Q`` objects with ``__in`` + lookups and lists crashed (:ticket:`29643`). -- cgit v1.3