Hi,

> However i am not
> sure about it and i cannt find where to looking for. I am sending an
> attachment with the bug. I have many days with it.
> Thanks for any idea.


This looks like you're trying to store an exception in a session, using the 
JSON session backend. Since json doesn't know how to serialize an exception 
object, it bails out.

The underlying problem is that you're trying to store more then 80 chars into 
a field with max lenght 80. Without code, it is impossible to tell how the two 
relate.

-- 
Melvyn Sopacua

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6363934.dWIXy7cGKv%40fritzbook.
For more options, visit https://groups.google.com/d/optout.

Reply via email to