summaryrefslogtreecommitdiff
path: root/docs/databases.txt
diff options
context:
space:
mode:
authorBoulder Sprinters <boulder-sprinters@djangoproject.com>2007-04-20 17:42:30 +0000
committerBoulder Sprinters <boulder-sprinters@djangoproject.com>2007-04-20 17:42:30 +0000
commit172d4ba33b2fdf014bc0c966c64de89e5e6de59f (patch)
tree14d8b3e381985aac3e35f7f307c25390d9bd325d /docs/databases.txt
parent4230f0c936dab3eb5eabdf96e3a2f24d4213a326 (diff)
boulder-oracle-sprint: Merged to [5045]
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/databases.txt')
-rw-r--r--docs/databases.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/databases.txt b/docs/databases.txt
index 3545b58d47..b73f39843c 100644
--- a/docs/databases.txt
+++ b/docs/databases.txt
@@ -69,9 +69,12 @@ For now, InnoDB is probably your best choice.
MySQLdb
-------
-`MySQLdb`_ is the Python interface to MySQL. 1.2.1 is the first version that
-has support for MySQL 4.1 and newer. If you are trying to use an older version
-of MySQL, then 1.2.0 *might* work for you.
+`MySQLdb`_ is the Python interface to MySQL. Version 1.2.1p2 or later is
+required for full MySQL support in Django. Earlier versions will not work with
+the ``mysql`` backend.
+
+If you are trying to use an older version of MySQL and the ``mysql_old``
+backend, then 1.2.0 *might* work for you.
.. _MySQLdb: http://sourceforge.net/projects/mysql-python