Django

Code

Changeset 6559

Show
Ignore:
Timestamp:
10/20/07 05:37:32 (11 months ago)
Author:
mtredinnick
Message:

Fixed #5637 -- Clarified that nothing extra is required when using SQLite and
Python 2.5. Based on a patch from Matt Boersma.

Files:

Legend:

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

    r6433 r6559  
    6464  You will also want to read the database-specific notes for the `MySQL backend`_. 
    6565 
    66 * If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher. 
     66* If you're using SQLite and either Python 2.3 or Python 2.4, you'll need 
     67  pysqlite_. Use version 2.0.3 or higher. Python 2.5 ships with an sqlite 
     68  wrapper in the standard library, so you don't need to install anything extra 
     69  in that case. 
    6770 
    6871* If you're using Oracle, you'll need cx_Oracle_, version 4.3.1 or higher.