1
0
mirror of https://github.com/django/django.git synced 2025-07-14 06:39:24 +00:00
django/docs/releases/2.1.12.txt
Mariusz Felisiak 4ed59db199 [2.2.x] Added release dates for 2.2.5, 2.1.12, and 1.11.24.
Backport of 47f49adc11c0d39be3f41f92becc1f606c49d8ce from master
2019-09-02 07:45:40 +02:00

16 lines
381 B
Plaintext

===========================
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
:class:`~django.contrib.postgres.fields.JSONField` and
:class:`~django.contrib.postgres.fields.HStoreField` when using on
expressions with params (:ticket:`30672`).