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

*Expected September 2, 2019*

Django 2.1.12 fixes a regression in 2.1.11.

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