diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-15 22:44:39 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-15 22:44:39 +0000 |
| commit | 97daa07bfe57a4f6e217d64d64cd1d99892b566a (patch) | |
| tree | c9e43c96b0c5f92ed576180fc12d2b55daffc962 /docs/install.txt | |
| parent | 3eaa0cf1263a67291e04c2362b64bf725f38d0bb (diff) | |
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
Diffstat (limited to 'docs/install.txt')
| -rw-r--r-- | docs/install.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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/ |
