Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change in simplejson encoder/decoder imports needed #3

Open
sinejoe opened this issue Feb 26, 2011 · 1 comment
Open

Change in simplejson encoder/decoder imports needed #3

sinejoe opened this issue Feb 26, 2011 · 1 comment

Comments

@sinejoe
Copy link

sinejoe commented Feb 26, 2011

Reference the following Django trac:
http://code.djangoproject.com/ticket/13526

Current master of this repo imports JSONEncoder and JSONDecoder directly which results in an error that the JSONDecoder object has no attribute object_pairs_hook.

Modifying models.py and parser.py according to the example code in the Django ticket resolves this issue.

@rbdcti
Copy link
Contributor

rbdcti commented Nov 21, 2011

+1 on this. running into this issue as well

rbdcti added a commit to rbdcti/django-wurfl that referenced this issue Nov 21, 2011
@rbdcti rbdcti mentioned this issue Nov 21, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants