2019-09-16 05:37:47 +00:00
|
|
|
===========================
|
|
|
|
Django 2.1.13 release notes
|
|
|
|
===========================
|
|
|
|
|
2019-10-01 06:49:15 +00:00
|
|
|
*October 1, 2019*
|
2019-09-16 05:37:47 +00:00
|
|
|
|
|
|
|
Django 2.1.13 fixes a regression in 2.1.11.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2019-09-16 03:25:50 +00:00
|
|
|
* Fixed a crash when filtering with a ``Subquery()`` annotation of a queryset
|
|
|
|
containing :class:`~django.contrib.postgres.fields.JSONField` or
|
|
|
|
:class:`~django.contrib.postgres.fields.HStoreField` (:ticket:`30769`).
|