django/docs/releases/2.1.13.txt
Carlton Gibson 848abaab62 [3.0.x] Added release dates for 2.2.6, 2.1.13, and 1.11.25.
Backport of 3826aed46d7d4310c2ab6777a4f92165ca4d8d4f from master
2019-10-01 08:50:43 +02:00

15 lines
387 B
Plaintext

===========================
Django 2.1.13 release notes
===========================
*October 1, 2019*
Django 2.1.13 fixes a regression in 2.1.11.
Bugfixes
========
* 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`).