Skip to content

Commit c0c4969

Browse files
author
Alexander Abbasov
committed
Backwards compatibility was added to Django > 1.8
1 parent 8129ada commit c0c4969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splitjson/widgets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
except ImportError:
99
import json
1010
if float(get_version()) < 1.9:
11-
from dajngo.forms.util import flatatt
11+
from django.forms.util import flatatt
1212
else:
1313
from django.forms.utils import flatatt
1414

0 commit comments

Comments
 (0)