Skip to content

Commit

Permalink
django.forms.util renamed to django.forms.utils
Browse files Browse the repository at this point in the history
django.forms.util is deprecated and will be removed in django 1.9
  • Loading branch information
bouttier committed Aug 9, 2014
1 parent 157b466 commit 859d543
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 859d543

Please sign in to comment.