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:31:53 -0400 |
| commit | 3f342d74e9196da475dd312cf43eaffec13af964 (patch) | |
| tree | 608a4ba1504bc461881bd97b2392e1c487b10f5b | |
| parent | adcf823359d7402fc1f57a2e005cea52905d897d (diff) | |
Fixed link to the MySQL Connector/Python Django Backend documentation.
| -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 fc17acc161..5fa68242f5 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -266,7 +266,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 ~~~~~~~ |
