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

from django.forms.util import flatatt is removed in django 1.9.7 #56

Closed
luanvuhlu opened this issue Jul 11, 2016 · 0 comments
Closed

from django.forms.util import flatatt is removed in django 1.9.7 #56

luanvuhlu opened this issue Jul 11, 2016 · 0 comments

Comments

@luanvuhlu
Copy link

I looked in your source code, package bootstrap3_datetime.widgets, you used from django.forms.util import flatatt
But, in django 1.9.7, it must be from django.forms.utils import flatatt, so, it throw ImportError: No module named util

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

1 participant