#13526: JSONDecoder raise AttributeError with simplejson 2.1.1
-------------------------------------+--------------------------------------
Reporter: oxys | Owner: nobody
Status: closed | Milestone:
Component: Core framework | Version: SVN
Resolution: invalid | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------+--------------------------------------
Changes (by russellm):
* status: new => closed
* resolution: => invalid
Comment:
The way you are deep importing into the simplejson module is preventing
Django's simplejson support infrastructure from providing a complete
simplejson install.
Correct usage is:
{{{
>>> from django.utils import simplejson
>>> simplejson.JSONDecoder()
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/13526#comment:2>
Django <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.