Django

Code

Changeset 2572

Show
Ignore:
Timestamp:
03/28/06 10:30:39 (2 years ago)
Author:
adrian
Message:

Clarified psycopg version in docs/install.txt

Files:

Legend:

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

    r1911 r2572  
    5252installed. 
    5353 
    54 * If you're using PostgreSQL, you'll need the psycopg_ package (version 1 -- 
    55   not version 2, which is still in beta). If you're on Windows, check out the 
    56   unofficial `compiled Windows version`_. 
     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`_. 
    5757* If you're using MySQL, you'll need MySQLdb_. 
    5858* If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher.