mirror of https://github.com/django/django.git
14 lines
299 B
Plaintext
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`).
|