---
title: "Django 1.11.25 release notes"
version: 5.2
locale: es
source: https://docs.djangoproject.com/es/5.2/releases/1.11.25/
canonical: https://djangodocs.dev/es/5.2/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 `django.contrib.postgres.fields.JSONField` or
  [`HStoreField`](/es/5.2/ref/contrib/postgres/fields/#django.contrib.postgres.fields.HStoreField) ([#30769](https://code.djangoproject.com/ticket/30769)).
