---
title: "Notes de publication de Django 2.1.13"
version: 3.0
locale: fr
source: https://docs.djangoproject.com/fr/3.0/releases/2.1.13/
canonical: https://djangodocs.dev/fr/3.0/releases/2.1.13/
---
# Notes de publication de Django 2.1.13

*October 1, 2019*

Django 2.1.13 fixes a regression in 2.1.11.

## Correction de bogues

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