---
title: "Django 1.11.25 版本发行说明"
version: 3.2
locale: zh-hans
source: https://docs.djangoproject.com/zh-hans/3.2/releases/1.11.25/
canonical: https://djangodocs.dev/zh-hans/3.2/releases/1.11.25/
---
# Django 1.11.25 版本发行说明

*2019 年 10 月 1 日*

Django 1.11.25 修复了 1.11.23 中的一个缺陷。

## 漏洞修复

- Fixed a crash when filtering with a `Subquery()` annotation of a queryset
  containing [`JSONField`](/zh-hans/3.2/ref/contrib/postgres/fields/#django.contrib.postgres.fields.JSONField) or
  [`HStoreField`](/zh-hans/3.2/ref/contrib/postgres/fields/#django.contrib.postgres.fields.HStoreField) ([#30769](https://code.djangoproject.com/ticket/30769)).
