diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-03-28 16:30:39 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-03-28 16:30:39 +0000 |
| commit | 0907a2781b6e00a2fdf601304380f0519fb78d7f (patch) | |
| tree | 51424dbc63439cac2ed824d6750c60fafea43b94 | |
| parent | 9494d4b7c2b1beeced1f3a2c981b1f9bc23a9787 (diff) | |
Clarified psycopg version in docs/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2572 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/install.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/install.txt b/docs/install.txt index 6aed44769e..54b792464f 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -51,9 +51,9 @@ 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 (version 1 -- - not version 2, which is still in beta). If you're on Windows, check out the - unofficial `compiled Windows version`_. +* 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, + check out the unofficial `compiled Windows version`_. * If you're using MySQL, you'll need MySQLdb_. * If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher. |
