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:
parent
3eaa0cf126
commit
97daa07bfe
|
@ -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
|
||||
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/
|
||||
.. _MySQL: http://www.mysql.com/
|
||||
|
|
Loading…
Reference in New Issue