django-bootstrap3-datetimepicker
django-bootstrap3-datetimepicker copied to clipboard
Please update the PyPI package
Version 2.2.3 does not work with Django 1.9 (there is no more django.form.util)
+1
@gmambro it just needed to replace 'from django.forms.util' to 'from django.forms.utils' and will work :+1:
+1
I uploaded a version that's compatible with Bootstrap 4 and Django 1.9 if anyone's interested: django-bootstrap4-datetimepicker>=4.0