[1.7.x] Fixed link to the MySQL Connector/Python Django Backend documentation.

Backport of 3f342d74e9196da475dd312cf43eaffec13af964 from master
This commit is contained in:
Nick Williams 2015-10-02 10:11:51 -05:00 committed by Tim Graham
parent 5172bb9eec
commit e03fe2f6bb

View File

@ -277,7 +277,7 @@ In addition to a DB API driver, Django needs an adapter to access the database
drivers from its ORM. Django provides an adapter for MySQLdb/mysqlclient while
MySQL Connector/Python includes `its own`_.
.. _its own: http://dev.mysql.com/doc/refman/5.6/en/connector-python-django-backend.html
.. _its own: http://dev.mysql.com/doc/connector-python/en/connector-python-django-backend.html
MySQLdb
~~~~~~~