Re: django.contrib.messages failing silently in safari when comma is used in message

2009-12-30 Thread Sean Brant
I created a ticket for this http://code.djangoproject.com/ticket/12470 in case someone wants it. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from th

Re: django.contrib.messages failing silently in safari when comma is used in message

2009-12-30 Thread Sean Brant
Sorry should note, this happens when using the CookieStorage backend. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to dj

django.contrib.messages failing silently in safari when comma is used in message

2009-12-30 Thread Sean Brant
If you try and send a message with new messaging app that contains a comma in the message it does not work in Safari. I'm not really sure why the json encoded message is not working in the Safari browser, but I fixed it by adding a base64 encode and decode step that encodes/decodes the message str