django-bootstrap3-datetimepicker icon indicating copy to clipboard operation
django-bootstrap3-datetimepicker copied to clipboard

Doesn't work with Django 1.9

Open roboslone opened this issue 8 years ago • 3 comments

The problem is this line:

from django.forms.util import flatatt

I believe flatatt was moved to django.forms.utils.

roboslone avatar Jul 26 '16 13:07 roboslone

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+.

narenchoudhary avatar Jul 26 '16 20:07 narenchoudhary

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.

roboslone avatar Jul 27 '16 13:07 roboslone

see #41 I think this project is abandoned.

We maintain a fork at https://github.com/tutorcruncher/django-bootstrap3-datetimepicker.

samuelcolvin avatar Mar 16 '17 19:03 samuelcolvin