mirror of
https://github.com/django/django.git
synced 2024-11-24 11:48:10 +01:00
1f8382d34d
Regression in 4f5b58f5cd
.
Thanks Florian Apolloner for the report and helping with tests.
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`).
|