summaryrefslogtreecommitdiff
path: root/docs/releases/1.5.7.txt
blob: 30611527d7ff88908b0d1cd282ab332ff6dbf009 (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`).