From 8ebd4bb3e5ff79394d074abebfb1556414a12e84 Mon Sep 17 00:00:00 2001 From: Julio Cesar Melanda Date: Mon, 8 Sep 2014 17:29:13 -0300 Subject: [PATCH] Suporte para Django 1.7 --- dajax/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dajax/core.py b/dajax/core.py index d027849..bec8afa 100644 --- a/dajax/core.py +++ b/dajax/core.py @@ -1,4 +1,4 @@ -from django.utils import simplejson as json +import json class Dajax(object):