Ticket #10575: databases.diff
File databases.diff, 826 bytes (added by , 16 years ago) |
---|
-
docs/ref/databases.txt
377 377 uses a newer version of SQLite. Python 2.6 ships with a newer version of 378 378 SQLite and is not affected by this issue. 379 379 380 If you are in such platform and find yourself in the needto update380 If you are on such a platform and find yourself needing to update 381 381 ``pysqlite``/SQLite, you will also need to manually modify the 382 382 ``django/db/backends/sqlite3/base.py`` file in the Django source tree so it 383 attempts to import ``pysqlite2`` before than``sqlite3`` and so it can take383 attempts to import ``pysqlite2`` before ``sqlite3`` and so it can take 384 384 advantage of the new ``pysqlite2``/SQLite versions. 385 385 386 386 Version 3.5.9