Changeset 5009
- Timestamp:
- 04/16/07 06:11:16 (1 year ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r4999 r5009 59 59 60 60 * 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`_. 61 62 62 63 * If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher. … … 70 71 .. _SQLite: http://www.sqlite.org/ 71 72 .. _pysqlite: http://initd.org/tracker/pysqlite 73 .. _MySQL backend: ../databases/ 72 74 73 75 Remove any old versions of Django
