summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2007-02-26 21:25:21 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2007-02-26 21:25:21 +0000
commit36a514f818d19063f26335bf6002eba3027cca6f (patch)
tree86e4fcb36b1ba422d5882425ed65036b5e5ee9e3 /docs
parent702273d77b8dce3d16af60c958756c6e501be401 (diff)
Fixed #3279: Added a note about using MySQLdb 1.2.1 or later. Thanks, Marc Fargas.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/install.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.txt b/docs/install.txt
index 89a1415f5a..28ea256a9a 100644
--- a/docs/install.txt
+++ b/docs/install.txt
@@ -54,7 +54,7 @@ installed.
* If you're using PostgreSQL, you'll need the psycopg_ package (version 1.1 --
not version 1.0 or version 2, which is still in beta). If you're on Windows,
check out the unofficial `compiled Windows version`_.
-* If you're using MySQL, you'll need MySQLdb_.
+* If you're using MySQL, you'll need MySQLdb_, version 1.2.1p2 or higher.
* If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher.
.. _PostgreSQL: http://www.postgresql.org/