Skip to content

Commit 4e2fa20

Browse files
committed
Merge pull request nkunihiko#21 from bouttier/master
django.forms.util renamed to django.forms.utils
2 parents b4273e4 + 859d543 commit 4e2fa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap3_datetime/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from django.forms.util import flatatt
2+
from django.forms.utils import flatatt
33
from django.forms.widgets import DateTimeInput
44
from django.utils import translation
55
from django.utils.safestring import mark_safe

0 commit comments

Comments
 (0)