Changeset 6433
- Timestamp:
- 09/28/07 14:35:50 (9 months ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r6362 r6433 67 67 68 68 * 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`_. 69 70 70 71 If you plan to use Django's ``manage.py syncdb`` command to … … 89 90 .. _cx_Oracle: http://cx-oracle.sourceforge.net/ 90 91 .. _Oracle: http://www.oracle.com/ 92 .. _Oracle backend: ../databases/#oracle-notes 91 93 .. _testing framework: ../testing/ 92 94
