Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 5509:851d4306300d | 5510:e2978ed3b550 |
|---|---|
| 27 ------------------- | 27 ------------------- |
| 28 | 28 |
| 29 Roundup now uses the ``gpg`` module instead of ``pyme`` to process PGP | 29 Roundup now uses the ``gpg`` module instead of ``pyme`` to process PGP |
| 30 mail. If you have PGP processing enabled, make sure the ``gpg`` | 30 mail. If you have PGP processing enabled, make sure the ``gpg`` |
| 31 module is installed. | 31 module is installed. |
| 32 | |
| 33 MySQL client module | |
| 34 ------------------- | |
| 35 | |
| 36 Although the ``MySQLdb`` module from | |
| 37 https://pypi.org/project/MySQL-python/ is still supported, it is | |
| 38 recommended to switch to the updated module from | |
| 39 https://pypi.org/project/mysqlclient/. | |
| 32 | 40 |
| 33 Migrating from 1.5.1 to 1.6.0 | 41 Migrating from 1.5.1 to 1.6.0 |
| 34 ============================= | 42 ============================= |
| 35 | 43 |
| 36 Update tracker config file | 44 Update tracker config file |
