1
0
mirror of https://github.com/django/django.git synced 2025-03-17 12:50:46 +00:00
django/docs/releases/2.1.3.txt
aspalding dc5e75d419 Fixed #29838 -- Fixed crash when combining Q objects with __in lookups and lists.
Regression in fc6528b25ab1834be1a478b405bf8f7ec5cf860c.
2018-10-17 11:34:49 -04:00

14 lines
299 B
Plaintext

==========================
Django 2.1.3 release notes
==========================
*Expected November 1, 2018*
Django 2.1.3 fixes several bugs in 2.1.2.
Bugfixes
========
* Fixed a regression in Django 2.0 where combining ``Q`` objects with ``__in``
lookups and lists crashed (:ticket:`29838`).