---
title: "Django 2.1.14 release notes"
version: 3.1
locale: id
source: https://docs.djangoproject.com/id/3.1/releases/2.1.14/
canonical: https://djangodocs.dev/id/3.1/releases/2.1.14/
---
# Django 2.1.14 release notes

*November 4, 2019*

Django 2.1.14 fixes a regression in 2.1.13.

## Perbaikan kesalahan

- Fixed a crash when using a `contains`, `contained_by`, `has_key`,
  `has_keys`, or `has_any_keys` lookup on
  [`JSONField`](/id/3.1/ref/contrib/postgres/fields/#django.contrib.postgres.fields.JSONField), if the right or left hand
  side of an expression is a key transform ([#30826](https://code.djangoproject.com/ticket/30826)).
