2014-04-22 17:44:03 +02:00
|
|
|
==========================
|
|
|
|
Django 1.6.4 release notes
|
|
|
|
==========================
|
|
|
|
|
2014-04-29 01:06:25 +02:00
|
|
|
*April 28, 2014*
|
2014-04-22 17:44:03 +02: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 01:05:14 +02:00
|
|
|
cookie format of Django 1.4 and earlier to facilitate upgrading to 1.6 from
|
2014-12-19 15:54:29 +01:00
|
|
|
1.4 (:ticket:`22426`).
|
2014-04-22 22:19:46 +02:00
|
|
|
|
2015-12-30 16:51:16 +01:00
|
|
|
* Restored the ability to ``reverse()`` views created using
|
|
|
|
:func:`functools.partial()` (:ticket:`22486`).
|
2014-04-25 14:20:25 +02:00
|
|
|
|
|
|
|
* Fixed the ``object_id`` of the ``LogEntry`` that's created after a user
|
2015-12-30 16:51:16 +01:00
|
|
|
password change in the admin (:ticket:`22515`).
|