blob: 1a54b47e1b7b52139e01136a92de98f28f943831 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
============================
Django 1.11.26 release notes
============================
*Expected November 1, 2019*
Django 1.11.26 fixes a regression in 1.11.25.
Bugfixes
========
* Fixed a crash when using a ``contains``, ``contained_by``, ``has_key``,
``has_keys``, or ``has_any_keys`` lookup on
:class:`~django.contrib.postgres.fields.JSONField`, if the right or left hand
side of an expression is a key transform (:ticket:`30826`).
|