---
title: "Django 2.1.12 release notes"
version: 6.0
locale: ko
source: https://docs.djangoproject.com/ko/6.0/releases/2.1.12/
canonical: https://djangodocs.dev/ko/6.0/releases/2.1.12/
---
# Django 2.1.12 release notes

*September 2, 2019*

Django 2.1.12 fixes a regression in 2.1.11.

## 버그 수정

- Fixed crash of `KeyTransform()` for
  `django.contrib.postgres.fields.JSONField` and
  [`HStoreField`](/ko/6.0/ref/contrib/postgres/fields/#django.contrib.postgres.fields.HStoreField) when using on
  expressions with params ([#30672](https://code.djangoproject.com/ticket/30672)).
