1
0
mirror of https://github.com/django/django.git synced 2025-01-23 08:39:17 +00:00
django/docs/releases/1.11.26.txt
Louise Grandjonc 7d1bf29977 Fixed #30826 -- Fixed crash of many JSONField lookups when one hand side is key transform.
Regression in 6c3dfba89215fc56fc27ef61829a6fff88be4abb.
2019-10-11 10:55:22 +02:00

16 lines
445 B
Plaintext

============================
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`).