---
title: "Django 1.5.11 版本发行说明"
version: 4.1
locale: zh-hans
source: https://docs.djangoproject.com/zh-hans/4.1/releases/1.5.11/
canonical: https://djangodocs.dev/zh-hans/4.1/releases/1.5.11/
---
# Django 1.5.11 版本发行说明

*October 22, 2014*

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

## 漏洞修复

- 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)).
