mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #29643 -- Fixed crash when combining Q objects with __in lookups and lists.
Regression in fc6528b25a
.
This commit is contained in:
parent
3767c7ff39
commit
9fee229874
3 changed files with 9 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue