django-bootstrap3-datetimepicker
django-bootstrap3-datetimepicker copied to clipboard
Doesn't work with Django 1.9
The problem is this line:
from django.forms.util import flatatt
I believe flatatt
was moved to django.forms.utils
.
First I installed using pip install django-bootstrap3-datetimepicker
, and it gave flatatt
import error. Then I reinstalled using pip install git+https://github.com/nkunihiko/django-bootstrap3-datetimepicker.git
and it worked. Try installing using pip install git+
.
Current version breaks Django 1.8 :) I've added safe import in my pull-request. And I've installed it from my fork using git repo as source, yes.
see #41 I think this project is abandoned.
We maintain a fork at https://github.com/tutorcruncher/django-bootstrap3-datetimepicker.