File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff 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`:
Original file line number Diff line number Diff 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
2222Other Configuration
Original file line number Diff line number Diff line change @@ -30,6 +30,14 @@ Roundup now uses the ``gpg`` module instead of ``pyme`` to process PGP
3030mail. If you have PGP processing enabled, make sure the ``gpg``
3131module 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+
3341Migrating from 1.5.1 to 1.6.0
3442=============================
3543
You can’t perform that action at this time.
0 commit comments