16 lines
390 B
Plaintext
16 lines
390 B
Plaintext
|
===========================
|
||
|
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`).
|