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

*October 22, 2014*

Django 1.5.11 fixes a couple regressions in the 1.5.9 security release.

## Correction de bogues

- Allowed related many-to-many fields to be referenced in the admin
  ([#23604](https://code.djangoproject.com/ticket/23604)).
- Allowed inline and hidden references to admin fields
  ([#23431](https://code.djangoproject.com/ticket/23431)).
