Mercurial > p > roundup > code
diff doc/upgrading.txt @ 5510:e2978ed3b550
update link to new mysqlclient module and recommend update in upgrading.txt
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Fri, 17 Aug 2018 22:12:48 +0100 |
| parents | dd242cd7a182 |
| children | df3f553fa414 |
line wrap: on
line diff
--- a/doc/upgrading.txt Fri Aug 17 19:47:09 2018 +0100 +++ b/doc/upgrading.txt Fri Aug 17 22:12:48 2018 +0100 @@ -30,6 +30,14 @@ mail. If you have PGP processing enabled, make sure the ``gpg`` module is installed. +MySQL client module +------------------- + +Although the ``MySQLdb`` module from +https://pypi.org/project/MySQL-python/ is still supported, it is +recommended to switch to the updated module from +https://pypi.org/project/mysqlclient/. + Migrating from 1.5.1 to 1.6.0 =============================
