Django 3 removed six from django.utils. Latest version 8.0.19 is using it. You can simply fix it by replacing all the imports for six.
I have created a repository with a compatibility-django-3 branch in github fixing that issue regarding Django 3.
https://github.com/javiermatos/mysql-connector-python/tree/compatibility-django-3
Could you please integrate those changes? Also, I removed unused imports in code.
I have created a repository with a compatibility-django-3 branch in github fixing that issue regarding Django 3.
https://github.com/javiermatos/mysql-connector-python/tree/compatibility-django-3
Could you please integrate those changes? Also, I removed unused imports in code.