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 compatability #142

Open
zcribe opened this issue Jan 6, 2020 · 7 comments
Open

Django 3 compatability #142

zcribe opened this issue Jan 6, 2020 · 7 comments

Comments

@zcribe
Copy link

zcribe commented Jan 6, 2020

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'

@nikomon
Copy link

nikomon commented Mar 4, 2020

It was moved to django.utils.six but later moved to it's own library.

from six import python_2_unicode_compatible

@htukiain
Copy link

This works. I'll try to make pull request of this.

@HsnVahedi
Copy link

Is this package compatible with python 3.6 and django 3 ?

@Pryla
Copy link

Pryla commented Jun 1, 2020

Is this package compatible with python 3.6 and django 3 ?

Or even python 3.8?

@Some1Somewhere
Copy link

#147 Pull request set up to fix this issue

@ivandir
Copy link

ivandir commented Sep 8, 2020

I'll second the inquiry. Is this package compatible with Django 3?

@vantagepointmedia
Copy link

Interested in moving this one request along. Thank you

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

8 participants