MySQL Forums
Forum List  »  Connector/Python

mysql-connector-python 8.0.19 not compatible with Django 3.x
Posted by: Javier Matos Odut
Date: March 13, 2020 03:40PM

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.

Options: ReplyQuote


Subject
Written By
Posted
mysql-connector-python 8.0.19 not compatible with Django 3.x
March 13, 2020 03:40PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.