django-bootstrap3-datetimepicker
django-bootstrap3-datetimepicker copied to clipboard
retro-compatibility with django 1.6
trafficstars
django.form.util deprecated in django 1.7 and will be removed in 1.9 but django.form.utils not available in 1.6. This commit avoid a deprecation warning and make the code django 1.9 ready.
This should solve #21
This would be a nice improvement… and it works.