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

*2014 年 4 月 28 日*

Django 1.5.7 fixes a regression in the 1.5.6 security release.

## 漏洞修复

- Restored the ability to `reverse()` views created using
  [`functools.partial()`](https://docs.python.org/3/library/functools.html#functools.partial) ([#22486](https://code.djangoproject.com/ticket/22486)).
