mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #29643 -- Fixed crash when combining Q objects with __in lookups and lists.
Regression in fc6528b25a.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user