1.6.4.txt 386 B

1234567891011121314
  1. ==========================
  2. Django 1.6.4 release notes
  3. ==========================
  4. *Under development*
  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 (`#22426 <http://code.djangoproject.com/ticket/22426>`_).