django-dajax
django-dajax copied to clipboard
simplejson to json replacement for Django 1.6
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
I've released my fork on pypi: https://pypi.python.org/pypi/django-dajax-ng