-
Notifications
You must be signed in to change notification settings - Fork 246
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 compatability #142
Comments
It was moved to django.utils.six but later moved to it's own library.
|
This works. I'll try to make pull request of this. |
Is this package compatible with python 3.6 and django 3 ? |
Or even python 3.8? |
#147 Pull request set up to fix this issue |
I'll second the inquiry. Is this package compatible with Django 3? |
Interested in moving this one request along. Thank you |
Django 3 has dropped support for Python 2 and therefore removed Python 2 compatability API.
So now import errors are produced.
ImportError: cannot import name 'python_2_unicode_compatible' from 'django.utils.encoding'
The text was updated successfully, but these errors were encountered: