This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 235
Six removed from django 3.0 #151
Comments
actually you just imported but don't use it, it can be erase that line from django.utils import six |
I have the same problem with the import name 'six' |
not the "best practice" way to fix it but a hacky way: Go to
|
@ortegoncarlos maybe worth to make a new release in order to make the package compatible with Django 3 |
@ortegoncarlos |
I'll be pushing a new release very soon, sorry for the delay. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello thanks for your work, the library django.utils.six was removed from django 3.0
https://docs.djangoproject.com/en/3.0/releases/3.0/#removed-private-python-2-compatibility-apis
The text was updated successfully, but these errors were encountered: