We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8129ada commit c0c4969Copy full SHA for c0c4969
splitjson/widgets.py
@@ -8,7 +8,7 @@
8
except ImportError:
9
import json
10
if float(get_version()) < 1.9:
11
- from dajngo.forms.util import flatatt
+ from django.forms.util import flatatt
12
else:
13
from django.forms.utils import flatatt
14
0 commit comments