---
title: "Django 1.11.25 版本发行说明"
version: 4.1
locale: zh-hans
source: https://docs.djangoproject.com/zh-hans/4.1/releases/1.11.25/
canonical: https://djangodocs.dev/zh-hans/4.1/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 `django.contrib.postgres.fields.JSONField` or
  [`HStoreField`](/zh-hans/4.1/ref/contrib/postgres/fields/#django.contrib.postgres.fields.HStoreField) ([#30769](https://code.djangoproject.com/ticket/30769)).
