#26814 closed Cleanup/optimization (fixed)
Update error message to install mysqlclient module
Reported by: | Adam Dobrawy | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | mysql |
Cc: | naczelnik@… | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hello,
I suggest add mysqlclient to message of lack MySQL driver. The docs recommend mysqlclient for Python 3. MySQLdb shows in exceptions doesn't support Python 3. I think more useful will be error message which suggest mysqlclient than unmaintained and outdated package.
Greetings,
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Triage Stage: | Unreviewed → Accepted |
---|
There's a chance the PyPI entry for MySQLdb might be taken over which could resolve the fork.
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version 0, edited 8 years ago by (next)
Note:
See TracTickets
for help on using tickets.
I don't sure how connect pull requests to ticket, but here is a code: https://github.com/django/django/pull/6848