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

*October 1, 2019*

Django 1.11.25 fixes a regression in 1.11.23.

## Bugfixes

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