Changes between Initial Version and Version 1 of Ticket #23446
- Timestamp:
- Sep 7, 2014, 1:11:15 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23446 – Description
initial v1 8 8 In an attempt to solve this dilemma, I propose we stop recommending it as a MySQL driver in the documentation. 9 9 10 In replace of it, I would like to recommend a fork called [ mysqlclient https://pypi.python.org/pypi/mysqlclient/1.3.2]. A diff between mysqlclient and mysqldb1 can be found [https://github.com/PyMySQL/mysqlclient-python/compare/farcepest:master...master here]. Some of the benefits of mysqlclient over mysqldb1:10 In replace of it, I would like to recommend a fork called [https://pypi.python.org/pypi/mysqlclient/1.3.2 mysqlclient]. A diff between mysqlclient and mysqldb1 can be found [https://github.com/PyMySQL/mysqlclient-python/compare/farcepest:master...master here]. Some of the benefits of mysqlclient over mysqldb1: 11 11 12 12 * mysqlclient supports Python 2.7 and Python 3.x (same as Django)