0
0
mirror of https://github.com/django/django.git synced 2024-11-24 20:07:01 +01:00
django/docs/releases/2.1.13.txt
2019-10-01 08:49:15 +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`).