From 47f83763bd78ee025f948ac90eab81a361004009 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 6 Jul 2012 20:18:06 +0100 Subject: [PATCH] Update the location of JSONField --- app/sso/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sso/models.py b/app/sso/models.py index 27da92f..16e802d 100644 --- a/app/sso/models.py +++ b/app/sso/models.py @@ -10,7 +10,7 @@ from django.contrib.contenttypes.models import ContentType from django.contrib.contenttypes import generic from django.utils import simplejson as json -from jsonfield.fields import JSONField +from jsonfield import JSONField from IPy import IP import dns.resolver