django-wurfl icon indicating copy to clipboard operation
django-wurfl copied to clipboard

Change in simplejson encoder/decoder imports needed

Open sinejoe opened this issue 14 years ago • 1 comments

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.

sinejoe avatar Feb 26 '11 01:02 sinejoe

+1 on this. running into this issue as well

rbdcti avatar Nov 21 '11 20:11 rbdcti