django1/django/contrib/messages/tests
Luke Plant e6c5599494 Reduced CookieStorage.max_cookie_size to 75% of 4K to be nice to Internet Explorer
Internet Explorer, up to at least version 7, allows only 4K cookie data *per
domain*, rather than per cookie, so we ensure that stored messages leave
some room for other cookies.




git-svn-id: http://code.djangoproject.com/svn/django/trunk@12287 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-24 00:04:02 +00:00
..
__init__.py Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
base.py Fixed #12588 - test failure since r12207 2010-01-12 22:03:00 +00:00
cookie.py Reduced CookieStorage.max_cookie_size to 75% of 4K to be nice to Internet Explorer 2010-01-24 00:04:02 +00:00
fallback.py Reduced CookieStorage.max_cookie_size to 75% of 4K to be nice to Internet Explorer 2010-01-24 00:04:02 +00:00
middleware.py Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
session.py Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
urls.py Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
user_messages.py Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00