mirror of
https://github.com/django/django.git
synced 2024-12-26 19:16:11 +00:00
a72069f5d2
Backport of 68d264059a
from master
15 lines
365 B
Plaintext
15 lines
365 B
Plaintext
===========================
|
|
Django 1.4.12 release notes
|
|
===========================
|
|
|
|
*April 28, 2014*
|
|
|
|
Django 1.4.12 fixes a regression in the 1.4.11 security release.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Restored the ability to :meth:`~django.core.urlresolvers.reverse` views
|
|
created using :func:`functools.partial()`
|
|
(`#22486 <http://code.djangoproject.com/ticket/22486>`_)
|