mirror of
https://github.com/django/django.git
synced 2025-08-26 05:24:27 +00:00
[1.8.x] Fixed link to the MySQL Connector/Python Django Backend documentation.
Backport of 3f342d74e9
from master
This commit is contained in:
parent
0e2d3b9304
commit
2a8988c3b0
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,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
|
drivers from its ORM. Django provides an adapter for MySQLdb/mysqlclient while
|
||||||
MySQL Connector/Python includes `its own`_.
|
MySQL Connector/Python includes `its own`_.
|
||||||
|
|
||||||
.. _its own: http://dev.mysql.com/doc/refman/5.6/en/connector-python-info.html
|
.. _its own: http://dev.mysql.com/doc/connector-python/en/connector-python-django-backend.html
|
||||||
|
|
||||||
MySQLdb
|
MySQLdb
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue