1.6.4.txt 579 B

1234567891011121314151617181920
  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 ``reverse()`` views created using
  12. :func:`functools.partial()` (:ticket:`22486`).
  13. * Fixed the ``object_id`` of the ``LogEntry`` that's created after a user
  14. password change in the admin (:ticket:`22515`).