0
0
mirror of https://github.com/django/django.git synced 2024-11-22 11:57:34 +01:00
django/docs/releases/1.11.26.txt

16 lines
430 B
Plaintext

============================
Django 1.11.26 release notes
============================
*November 4, 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
``django.contrib.postgres.fields.JSONField``, if the right or left hand
side of an expression is a key transform (:ticket:`30826`).