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

Drop the use for django.utils.six #111

Closed
EricFelixLuther opened this issue Nov 21, 2020 · 3 comments
Closed

Drop the use for django.utils.six #111

EricFelixLuther opened this issue Nov 21, 2020 · 3 comments

Comments

@EricFelixLuther
Copy link

Django 3.0 dropped the support for the six library. In order to keep up with evolving framework, this should be changed and fixed.

@ngkabra
Copy link

ngkabra commented Dec 30, 2020

I ran into this issue and managed to fix it by installing 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?

@emilkjer
Copy link

emilkjer commented Jan 7, 2021

Duplicate #107

@hugovk
Copy link
Member

hugovk commented Aug 10, 2022

django.utils.six was replaced by six in #107, and six and Python 2 dropped in #112.

@hugovk hugovk closed this as completed Aug 10, 2022
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

4 participants