Changeset 8975
- Timestamp:
- 09/06/08 11:54:25 (3 months ago)
- Files:
-
- django/trunk/docs/ref/databases.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/ref/databases.txt
r8959 r8975 261 261 262 262 However, in the case of Windows, the official binary distribution of the stable 263 release of Python 2.5 (2.5.2 as of now) includes SQLite 3.3.4so the bug can263 release of Python 2.5 (2.5.2, as of this writing) includes SQLite 3.3.4, so the bug can 264 264 make itself evident in that platform. There are (as of Django 1.0) even three 265 265 tests in the Django test suite that will fail when run under this setup. As 266 266 described above, this can be solved by downloading and installing a newer 267 267 version of ``pysqlite2`` (``pysqlite-2.x.x.win32-py2.5.exe``) that includes and 268 uses a newer version of SQLite. Python 2.6 will shipwith a newer version of269 SQLite and so will no be affected by this issue.268 uses a newer version of SQLite. Python 2.6 ships with a newer version of 269 SQLite and is not be affected by this issue. 270 270 271 271 If you are in such platform and find yourself in the need to update
