From 97daa07bfe57a4f6e217d64d64cd1d99892b566a Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 15 Jul 2005 22:44:39 +0000 Subject: [PATCH] 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 --- docs/install.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/install.txt b/docs/install.txt index c7a4193a0b..275b9879ae 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -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/