1.6.4.txt 611 B

12345678910111213141516171819202122
  1. ==========================
  2. Django 1.6.4 release notes
  3. ==========================
  4. *April 28, 2014*
  5. Django 1.6.4 fixes several bugs in 1.6.3.
  6. Bugfixes
  7. ========
  8. * Added backwards compatibility support for the :mod:`django.contrib.messages`
  9. cookie format of Django 1.4 and earlier to facilitate upgrading to 1.6 from
  10. 1.4 (:ticket:`22426`).
  11. * Restored the ability to :meth:`~django.core.urlresolvers.reverse` views
  12. created using :func:`functools.partial()`
  13. (:ticket:`22486`).
  14. * Fixed the ``object_id`` of the ``LogEntry`` that's created after a user
  15. password change in the admin
  16. (:ticket:`22515`).