1
0
mirror of https://github.com/django/django.git synced 2025-04-18 06:14:37 +00:00

[1.11.x] Fixed broken link to mysqlclient docs.

Backport of 13cd5b067054f40c6ca723c97fff56c510c04295 from master
This commit is contained in:
Tim Graham 2017-05-02 20:17:14 -04:00
parent 4c12b10263
commit 72a93da1b6

@ -433,7 +433,7 @@ Several other `MySQLdb connection options`_ may be useful, such as ``ssl``,
``init_command``, and ``sql_mode``.
.. _MySQL option file: https://dev.mysql.com/doc/refman/en/option-files.html
.. _MySQLdb connection options: https://mysqlclient.readthedocs.io/en/latest/user_guide.html#functions-and-attributes
.. _MySQLdb connection options: https://mysqlclient.readthedocs.io/user_guide.html#functions-and-attributes
.. _mysql-sql-mode: