Django

Code

Changeset 5009

Show
Ignore:
Timestamp:
04/16/07 06:11:16 (1 year ago)
Author:
russellm
Message:

Refs #3786 -- Added reference to database-specific documentation in install.txt.

Files:

Legend:

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

    r4999 r5009  
    5959   
    6060* If you're using MySQL, you'll need MySQLdb_, version 1.2.1p2 or higher. 
     61  You will also want to read the database-specific notes for the `MySQL backend`_. 
    6162 
    6263* If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher. 
     
    7071.. _SQLite: http://www.sqlite.org/ 
    7172.. _pysqlite: http://initd.org/tracker/pysqlite 
     73.. _MySQL backend: ../databases/ 
    7274 
    7375Remove any old versions of Django