Django

Code

Changeset 4624

Show
Ignore:
Timestamp:
02/26/07 15:39:09 (2 years ago)
Author:
jacob
Message:

Fixed #3364: Updated install.txt to recommend psycopg2. Thanks, Marc Fargas.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/install.txt

    r4621 r4624  
    5252installed. 
    5353 
    54 * If you're using PostgreSQL, you'll need the psycopg_ package (version 1.1 -- 
    55   not version 1.0 or version 2, which is still in beta). If you're on Windows, 
    56   check out the unofficial `compiled Windows version`_. 
     54* If you're using PostgreSQL, you'll need the psycopg_ package (version 2 is 
     55  recommended with ``postgresql_psycopg2`` backend, version 1.1 works also with the 
     56  ``postgresql``` backend).  
     57   
     58  If you're on Windows, check out the unofficial `compiled Windows version`_. 
     59   
    5760* If you're using MySQL, you'll need MySQLdb_, version 1.2.1p2 or higher. 
     61 
    5862* If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher. 
    5963