Changeset 6559
- Timestamp:
- 10/20/07 05:37:32 (11 months ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r6433 r6559 64 64 You will also want to read the database-specific notes for the `MySQL backend`_. 65 65 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. 67 70 68 71 * If you're using Oracle, you'll need cx_Oracle_, version 4.3.1 or higher.
