1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/docs
Luke Plant 088f717077 Fixed #12470 - django.contrib.messages CookieStorage failing silently in safari when comma is used in message
This issue was fixed by changing the underlying cookie storage mechanism.

This will fix other bugs with cookies for Internet Explorer and Safari, but
could also cause backwards incompatibilities with existing javascript that
may parse cookie values that contain commas or semi-colons, and, very
rarely, with existing cookie values.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@12282 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-23 23:13:00 +00:00
..
_ext
_static
_templates
faq
howto
internals
intro
man
misc
obsolete
ref
releases Fixed #12470 - django.contrib.messages CookieStorage failing silently in safari when comma is used in message 2010-01-23 23:13:00 +00:00
topics
conf.py
contents.txt
glossary.txt
index.txt
Makefile