Changes between Initial Version and Version 1 of Ticket #23446


Ignore:
Timestamp:
Sep 7, 2014, 1:11:15 PM (10 years ago)
Author:
frewsxcv
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23446 – Description

    initial v1  
    88In an attempt to solve this dilemma, I propose we stop recommending it as a MySQL driver in the documentation.
    99
    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:
     10In 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:
    1111
    1212* mysqlclient supports Python 2.7 and Python 3.x (same as Django)
Back to Top