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

*September 2, 2019*

Django 2.1.12 fixes a regression in 2.1.11.

Bugfixes
========

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