#5868: Newforms ErrorDict serialization problem
-----------------------+----------------------------------------------------
Reporter: tangerine | Owner: nobody
Status: new | Component: django.newforms
Version: SVN | Keywords: serialization newforms JSON
Stage: Unreviewed | Has_patch: 0
-----------------------+----------------------------------------------------
Around r6625 a bug has been introduced whereby an attempt to serialize a
ErrorDict instance will fail and throw a TypeError, complaining of not
being able to serialize a proxy object e.g. something like {{{
django.utils.functional.__proxy__ object at 0xdeecd0> is not JSON
serializable }}}. I have attached some sample code to illustrate the
problem.
--
Ticket URL: <http://code.djangoproject.com/ticket/5868>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---