summaryrefslogtreecommitdiff
path: root/docs/releases/2.1.13.txt
blob: 52fafc44064447d3dd6d8731f5caf45dfec80e57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
===========================
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 ``django.contrib.postgres.fields.JSONField`` or
  :class:`~django.contrib.postgres.fields.HStoreField` (:ticket:`30769`).