Skip to content

Commit

Permalink
Merge pull request #21 from bouttier/master
Browse files Browse the repository at this point in the history
django.forms.util renamed to django.forms.utils
  • Loading branch information
nkunihiko committed Jan 30, 2015
2 parents b4273e4 + 859d543 commit 4e2fa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap3_datetime/widgets.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from django.forms.util import flatatt
from django.forms.utils import flatatt
from django.forms.widgets import DateTimeInput
from django.utils import translation
from django.utils.safestring import mark_safe
Expand Down

0 comments on commit 4e2fa20

Please sign in to comment.