We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 dropped the support for the six library. In order to keep up with evolving framework, this should be changed and fixed.
six
The text was updated successfully, but these errors were encountered:
I ran into this issue and managed to fix it by installing django-utils-six.
django-utils-six
Until the use of django.utils.six is removed from django-dbtemplates maybe django-utils-six should be added as a dependency?
django.utils.six
django-dbtemplates
Sorry, something went wrong.
Duplicate #107
django.utils.six was replaced by six in #107, and six and Python 2 dropped in #112.
No branches or pull requests
Django 3.0 dropped the support for the
six
library. In order to keep up with evolving framework, this should be changed and fixed.The text was updated successfully, but these errors were encountered: