2019-08-14 21:25:35 +08:00
|
|
|
============================
|
|
|
|
Django 1.11.24 release notes
|
|
|
|
============================
|
|
|
|
|
2019-09-02 13:43:51 +08:00
|
|
|
*September 2, 2019*
|
2019-08-14 21:25:35 +08:00
|
|
|
|
|
|
|
Django 1.11.24 fixes a regression in 1.11.23.
|
|
|
|
|
|
|
|
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`).
|