---
title: "Django 1.11.25 release notes"
version: 2.2
locale: fr
source: https://docs.djangoproject.com/fr/2.2/releases/1.11.25/
canonical: https://djangodocs.dev/fr/2.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.

## Correction de bogues

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