Closed benkonrath closed 9 years ago
I needed this fix for django 1.6.10 on python 2.6. I'm really not sure why the simplejson import worked, but it did seem to import without an import error and then it didn't have the JSONDecodeError attribute.
JSONDecodeError
Thanks.
I needed this fix for django 1.6.10 on python 2.6. I'm really not sure why the simplejson import worked, but it did seem to import without an import error and then it didn't have the
JSONDecodeError
attribute.