from django.db.models import signals
from django import forms
from django.forms.widgets import flatatt
-from django.forms.util import smart_unicode
+from django.utils.encoding import smart_unicode
from django.utils import simplejson as json
from django.utils.html import escape
from django.utils.safestring import mark_safe
(
[JSONField], # Class(es) these apply to
[], # Positional arguments (not used)
- {}, # Keyword argument
+ {}, # Keyword argument
), ], ["^catalogue\.fields\.JSONField"])
except ImportError:
pass