diff options
| author | Nick Williams <nwilliams@eventbrite.com> | 2015-10-02 10:11:51 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-02 12:33:26 -0400 |
| commit | 2a8988c3b04cba558e586300eb818dfcf10f76bc (patch) | |
| tree | fdcc1ef82d88884f9d4587f2a9cc525b30bc1ad9 /docs | |
| parent | 0e2d3b93043676975aa921a70b5faafef02cac5c (diff) | |
[1.8.x] Fixed link to the MySQL Connector/Python Django Backend documentation.
Backport of 3f342d74e9196da475dd312cf43eaffec13af964 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 004b883fd0..e5874311de 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -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 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 ~~~~~~~ |
