2014-04-22 23:44:03 +08:00
|
|
|
==========================
|
|
|
|
Django 1.6.4 release notes
|
|
|
|
==========================
|
|
|
|
|
2014-04-29 07:06:25 +08:00
|
|
|
*April 28, 2014*
|
2014-04-22 23:44:03 +08:00
|
|
|
|
|
|
|
Django 1.6.4 fixes several bugs in 1.6.3.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
|
|
|
* Added backwards compatibility support for the :mod:`django.contrib.messages`
|
2014-04-23 07:05:14 +08:00
|
|
|
cookie format of Django 1.4 and earlier to facilitate upgrading to 1.6 from
|
2014-12-19 22:54:29 +08:00
|
|
|
1.4 (:ticket:`22426`).
|
2014-04-23 04:19:46 +08:00
|
|
|
|
|
|
|
* Restored the ability to :meth:`~django.core.urlresolvers.reverse` views
|
|
|
|
created using :func:`functools.partial()`
|
2014-12-19 22:54:29 +08:00
|
|
|
(:ticket:`22486`).
|
2014-04-25 20:20:25 +08:00
|
|
|
|
|
|
|
* Fixed the ``object_id`` of the ``LogEntry`` that's created after a user
|
|
|
|
password change in the admin
|
2014-12-19 22:54:29 +08:00
|
|
|
(:ticket:`22515`).
|