Django

Code

Changeset 6433

Show
Ignore:
Timestamp:
09/28/07 14:35:50 (9 months ago)
Author:
ikelly
Message:

Added a link in install.txt to the Oracle backend notes.

Files:

Legend:

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

    r6362 r6433  
    6767 
    6868* If you're using Oracle, you'll need cx_Oracle_, version 4.3.1 or higher. 
     69  You will also want to read the database-specific notes for the `Oracle backend`_. 
    6970 
    7071If you plan to use Django's ``manage.py syncdb`` command to 
     
    8990.. _cx_Oracle: http://cx-oracle.sourceforge.net/ 
    9091.. _Oracle: http://www.oracle.com/ 
     92.. _Oracle backend: ../databases/#oracle-notes 
    9193.. _testing framework: ../testing/ 
    9294