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

*Expected September 2, 2019*

Django 1.11.24 fixes a regression in 1.11.23.

Bugfixes
========

* Fixed crash of ``KeyTransform()`` for
  :class:`~django.contrib.postgres.fields.JSONField` and
  :class:`~django.contrib.postgres.fields.HStoreField` when using on
  expressions with params (:ticket:`30672`).