Added clarification about psycopg version 1, not version 2

git-svn-id: http://code.djangoproject.com/svn/django/trunk@85 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-15 22:44:39 +00:00
parent 3eaa0cf126
commit 97daa07bfe
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ make sure a database server is running. Django works with PostgreSQL_
Additionally, you'll need to make sure your Python database bindings are Additionally, you'll need to make sure your Python database bindings are
installed. If you're using PostgreSQL, you'll need the psycopg_ installed. If you're using PostgreSQL, you'll need the psycopg_
package. If you're using MySQL, you'll need MySQLdb_. package (version 1 -- not version 2, which is still in beta). If you're using
MySQL, you'll need MySQLdb_.
.. _PostgreSQL: http://www.postgresql.org/ .. _PostgreSQL: http://www.postgresql.org/
.. _MySQL: http://www.mysql.com/ .. _MySQL: http://www.mysql.com/