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

Django 3.0.6 not supported in widget.py file imports #15

Open
jnoruzi opened this issue Jun 2, 2020 · 0 comments
Open

Django 3.0.6 not supported in widget.py file imports #15

jnoruzi opened this issue Jun 2, 2020 · 0 comments

Comments

@jnoruzi
Copy link

jnoruzi commented Jun 2, 2020

Hi.
I'm trying to use django-imperavi beside djang-newsletter project on python 3.7 and Django 3.0.6 but i faced a lot of errors.
1- first : you didn't used a dot (.) in "from widget import ImperaviWidget"
2- old : from django.forms.util , correct : django.forms.utils
3- old : from django.utils.encoding import force_unicode, correct : .... import force_text
4- old : from django.core.urlresolvers import reverse, correct : from django.urls import reverse
5- didn't used dot(.) in "from views import . . ."

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