2019-10-02 13:49:47 +08:00
|
|
|
============================
|
|
|
|
Django 1.11.26 release notes
|
|
|
|
============================
|
|
|
|
|
2019-11-04 15:20:22 +08:00
|
|
|
*November 4, 2019*
|
2019-10-02 13:49:47 +08:00
|
|
|
|
|
|
|
Django 1.11.26 fixes a regression in 1.11.25.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2019-10-02 07:25:40 +08:00
|
|
|
* Fixed a crash when using a ``contains``, ``contained_by``, ``has_key``,
|
|
|
|
``has_keys``, or ``has_any_keys`` lookup on
|
2021-01-14 16:33:12 +08:00
|
|
|
``django.contrib.postgres.fields.JSONField``, if the right or left hand
|
2019-10-02 07:25:40 +08:00
|
|
|
side of an expression is a key transform (:ticket:`30826`).
|