summaryrefslogtreecommitdiff
path: root/docs/releases/2.1.14.txt
blob: 13923e24f1fd03eecb99bcbd0a3f32b2346d3093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
===========================
Django 2.1.14 release notes
===========================

*November 4, 2019*

Django 2.1.14 fixes a regression in 2.1.13.

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