Skip to content

Commit e825ebb

Browse files
committed
update link to new mysqlclient module and recommend update in upgrading.txt
1 parent 6259e66 commit e825ebb

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

doc/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ from installation and scripts.
11151115
.. _apache: http://httpd.apache.org/
11161116
.. _flup: https://pypi.org/project/flup/
11171117
.. _mod_python: http://www.modpython.org/
1118-
.. _MySQLdb: http://sourceforge.net/projects/mysql-python
1118+
.. _MySQLdb: https://pypi.org/project/mysqlclient/
11191119
.. _Psycopg: http://initd.org/software/initd/psycopg
11201120
.. _pysqlite: http://pysqlite.org/
11211121
.. _`adding MySQL users`:

doc/mysql.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ to install:
1616
if you have no other choice). If you're running < 4.0.18 (but not <4.0)
1717
then you'll need to use BDB to pass all unit tests. Edit the
1818
``roundup/backends/back_mysql.py`` file to enable DBD instead of InnoDB.
19-
2. Python MySQL interface - http://sourceforge.net/projects/mysql-python
19+
2. Python MySQL interface - https://pypi.org/project/mysqlclient/
2020

2121

2222
Other Configuration

doc/upgrading.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ Roundup now uses the ``gpg`` module instead of ``pyme`` to process PGP
3030
mail. If you have PGP processing enabled, make sure the ``gpg``
3131
module is installed.
3232

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/.
40+
3341
Migrating from 1.5.1 to 1.6.0
3442
=============================
3543

0 commit comments

Comments
 (0)