You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: