Skip to content
This repository was archived by the owner on Jul 11, 2019. It is now read-only.

Commit 859d543

Browse files
committed
django.forms.util renamed to django.forms.utils
django.forms.util is deprecated and will be removed in django 1.9
1 parent 157b466 commit 859d543

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)