summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2007-02-26 21:39:09 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2007-02-26 21:39:09 +0000
commit9f1bf4659bf4b109c71afae7980d6341a2426500 (patch)
tree6d0730b7665e5470b4038ac7bd52d530d2fdd771 /docs
parent3e9c41d03bd531110114ee3a5075f3d9eac56b8a (diff)
Fixed #3364: Updated install.txt to recommend psycopg2. Thanks, Marc Fargas.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/install.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/install.txt b/docs/install.txt
index 28ea256a9a..88c4a727dd 100644
--- a/docs/install.txt
+++ b/docs/install.txt
@@ -51,10 +51,14 @@ 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.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 PostgreSQL, you'll need the psycopg_ package (version 2 is
+ recommended with ``postgresql_psycopg2`` backend, version 1.1 works also with the
+ ``postgresql``` backend).
+
+ If you're on Windows, check out the unofficial `compiled Windows version`_.
+
* If you're using MySQL, you'll need MySQLdb_, version 1.2.1p2 or higher.
+
* If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher.
.. _PostgreSQL: http://www.postgresql.org/