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