Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with Django 1.9 #59

Open
roboslone opened this issue Jul 26, 2016 · 3 comments
Open

Doesn't work with Django 1.9 #59

roboslone opened this issue Jul 26, 2016 · 3 comments

Comments

@roboslone
Copy link

The problem is this line:

from django.forms.util import flatatt

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

@narenchoudhary
Copy link

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

@roboslone
Copy link
Author

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.

@samuelcolvin
Copy link

see #41 I think this project is abandoned.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants