summaryrefslogtreecommitdiff
path: root/docs/releases/1.5.7.txt
blob: 7e06391ce98caeba6ba9e98d07647571a37e0657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
==========================
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
  :func:`functools.partial` (:ticket:`22486`).