---
title: "Django 1.11.24 release notes"
version: 2.2
locale: zh-hans
source: https://docs.djangoproject.com/zh-hans/2.2/releases/1.11.24/
canonical: https://djangodocs.dev/zh-hans/2.2/releases/1.11.24/
---
# Django 1.11.24 release notes

*September 2, 2019*

Django 1.11.24 fixes a regression in 1.11.23.

## Bugfixes

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