Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: f286721f7fdc2202f77a5f4d650d9d0779b86811
https://github.com/django/django/commit/f286721f7fdc2202f77a5f4d650d9d0779b86811
Author: Florian Apolloner <
flo...@apolloner.eu>
Date: 2014-04-22 (Tue, 22 Apr 2014)
Changed paths:
M django/contrib/messages/storage/cookie.py
M django/contrib/messages/tests/test_cookie.py
Log Message:
-----------
Fixed #22426 -- Added support old-style d.c.messages format.
Forward ported code from 1.5 that adds backwards compatibility with legacy message length.
See commit 9e7183073f64e541587e8dcfd8bb3ddeb47f8162 for details.
Thanks to Ofir Ovadia for the initial patch.