Skip to content

Commit

Permalink
Fixed #3279: Added a note about using MySQLdb 1.2.1 or later. Thanks,…
Browse files Browse the repository at this point in the history
… Marc Fargas.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jacobian committed Feb 26, 2007
1 parent 702273d commit 36a514f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.txt
Expand Up @@ -54,7 +54,7 @@ installed.
* If you're using PostgreSQL, you'll need the psycopg_ package (version 1.1 -- * 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, not version 1.0 or version 2, which is still in beta). If you're on Windows,
check out the unofficial `compiled Windows version`_. 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. * If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher.


.. _PostgreSQL: http://www.postgresql.org/ .. _PostgreSQL: http://www.postgresql.org/
Expand Down

0 comments on commit 36a514f

Please sign in to comment.