summaryrefslogtreecommitdiff
path: root/docs/releases/1.11.25.txt
blob: 76d8936ae3b9d83791ec4ea9b72635eaea27d2bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
============================
Django 1.11.25 release notes
============================

*October 1, 2019*

Django 1.11.25 fixes a regression in 1.11.23.

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`).