---
title: "Django 1.5.7 release notes"
version: 3.0
locale: zh-hans
source: https://docs.djangoproject.com/zh-hans/3.0/releases/1.5.7/
canonical: https://djangodocs.dev/zh-hans/3.0/releases/1.5.7/
---
# Django 1.5.7 release notes

*April 28, 2014*

Django 1.5.7 fixes a regression in the 1.5.6 security release.

## Bugfixes

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