Update the location of JSONField

This commit is contained in:
2012-07-06 20:18:06 +01:00
parent 499a0459ce
commit 47f83763bd

View File

@@ -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