-
Notifications
You must be signed in to change notification settings - Fork 138
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
Add support for Django 3.0 #72
Comments
Another vote to support Django 3.0. |
When this can be merged? please support 3.0 |
@JosephTLyons check this #73 |
Hello, I solved this downloading a python extension called django.utils.six, https://pypi.org/project/django-utils-six/ |
So far the import error has been about the import BytesIO, which is in the io lib now i believe |
anyone interested in maintaining or create a dj3 fork? |
@domdinicola have you already created/do you know of a dj3 fork? Would be interested in starting one. |
@J0 https://github.com/olksndrdevhub/django-easy-pdf3 there's also a package on pypi https://pypi.org/project/django-easy-pdf3/ |
cool, thanks! will just use that then |
There are references to
django.utils.six
, which has been dropped in favour ofsix
.The text was updated successfully, but these errors were encountered: