diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-08-08 08:51:20 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-08-08 08:52:55 +0200 |
| commit | 2bf766cedca413826d599ac190fd6715429616f6 (patch) | |
| tree | 1c586e85bcd8257e55552f7fe562eace255fa20f /docs | |
| parent | d46bf119799f4d319f41d890366bc8154017b432 (diff) | |
[2.1.x] Fixed #29643 -- Fixed crash when combining Q objects with __in lookups and lists.
Regression in fc6528b25ab1834be1a478b405bf8f7ec5cf860c.
Backport of 9fee229874367beafd532dad6d0f9ff9676ded0b from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
