diff options
| author | INADA Naoki <songofacandy@gmail.com> | 2014-06-03 16:02:03 +0900 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-03 08:10:44 -0400 |
| commit | c8382f4c6578104a21263c865485d60f3d64965b (patch) | |
| tree | 73dd26bb1515b97d2c16565b3c150169561ce624 /docs/ref/databases.txt | |
| parent | 206cb74cef0c8d81d6a6ed3ecb8b2fd8848abb26 (diff) | |
[1.7.x] Updated current state of MySQL Connector/Python.
Backport of 7be646425f from master
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 44dd8fedf1..02d363593c 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -299,11 +299,11 @@ Django requires MySQLdb version 1.2.1p2 or later. MySQL Connector/Python ~~~~~~~~~~~~~~~~~~~~~~ -MySQL Connector/Python is available through two `release branches`_: Generally -Available (GA, currently 1.0.x) and Development (Dev, currently 1.1.x beta). -The Django adapter is currently only available in the Dev branch. +MySQL Connector/Python is available from the `download page`_. +The Django adapter is available in versions 1.1.X and later. It may not +support the most recent releases of Django. -.. _release branches: http://dev.mysql.com/downloads/connector/python/ +.. _download page: http://dev.mysql.com/downloads/connector/python/ .. _mysql-time-zone-definitions: |
