* status: new => closed
* resolution: => invalid
Comment:
Everything works fine with the recommended
[https://docs.djangoproject.com/en/4.0/ref/databases/#mysql-db-api-
drivers-1 mysqlclient] driver. `mysql-connector-python` includes its
[https://dev.mysql.com/doc/connector-python/en/connector-python-django-
backend.html own adapter] `'mysql.connector.django'` which may not support
the most recent releases of Django (as
[https://docs.djangoproject.com/en/4.0/ref/databases/#mysql-connector-
python-1 documented]). You can try to report this issue in MySQL
bugtracker.
--
Ticket URL: <https://code.djangoproject.com/ticket/33602#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.