Closed ortegoncarlos closed 4 years ago
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 /site-packages/bootstrap_admin/templatetags/bootstrap_admin_template_tags.py and erase line
from django.utils import six
@ortegoncarlos maybe worth to make a new release in order to make the package compatible with Django 3
@ortegoncarlos Thanks for this library. as most of users using the django3, I think that is better to have a new release. when you think we can have a new release?
I'll be pushing a new release very soon, sorry for the delay.
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