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

*September 2, 2019*

Django 2.2.5 fixes several bugs in 2.2.4.

## Correction de bogues

- Relaxed the system check added in Django 2.2 for models to reallow use of the
  same `db_table` by multiple models when database routers are installed
  ([#30673](https://code.djangoproject.com/ticket/30673)).
- Fixed crash of `KeyTransform()` for
  [`JSONField`](/fr/3.2/ref/contrib/postgres/fields/#django.contrib.postgres.fields.JSONField) and
  [`HStoreField`](/fr/3.2/ref/contrib/postgres/fields/#django.contrib.postgres.fields.HStoreField) when using on
  expressions with params ([#30672](https://code.djangoproject.com/ticket/30672)).
- Fixed a regression in Django 2.2 where
  [`ModelAdmin.list_filter`](/fr/3.2/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_filter)
  choices to foreign objects don’t respect a model’s `Meta.ordering`
  ([#30449](https://code.djangoproject.com/ticket/30449)).
