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

*November 4, 2019*

Django 1.11.26 fixes a regression in 1.11.25.

## Correction de bogues

- Fixed a crash when using a `contains`, `contained_by`, `has_key`,
  `has_keys`, or `has_any_keys` lookup on
  [`JSONField`](/fr/3.0/ref/contrib/postgres/fields/#django.contrib.postgres.fields.JSONField), if the right or left hand
  side of an expression is a key transform ([#30826](https://code.djangoproject.com/ticket/30826)).
