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

*October 1, 2019*

Django 2.2.6 fixes several bugs in 2.2.5.

## Correction de bogues

- Fixed migrations crash on SQLite when altering a model containing partial
  indexes ([#30754](https://code.djangoproject.com/ticket/30754)).
- Fixed a regression in Django 2.2.4 that caused a crash when filtering with a
  `Subquery()` annotation of a queryset containing
  `django.contrib.postgres.fields.JSONField` or
  [`HStoreField`](/fr/5.0/ref/contrib/postgres/fields/#django.contrib.postgres.fields.HStoreField) ([#30769](https://code.djangoproject.com/ticket/30769)).
