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

simplejson to json replacement for Django 1.6

Open kravietz opened this issue 12 years ago • 1 comments

Django 1.6 warns about simplejson imports in dajax/core.py:

from django.utils import simplejson as json

This can be fixed by replacing that with:

import json

kravietz avatar Nov 21 '13 16:11 kravietz

I've released my fork on pypi: https://pypi.python.org/pypi/django-dajax-ng

saz avatar Feb 06 '14 12:02 saz