Skip to content

Commit

Permalink
[1.0.X]: Fixed #10575 -- Fixed wording in database docs, patch from r…
Browse files Browse the repository at this point in the history
…duffield.

Backport of r10252 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
gdub committed Mar 31, 2009
1 parent 09daf30 commit 510a166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ref/databases.txt
Expand Up @@ -311,10 +311,10 @@ version of ``pysqlite2`` (``pysqlite-2.x.x.win32-py2.5.exe``) that includes and
uses a newer version of SQLite. Python 2.6 ships with a newer version of uses a newer version of SQLite. Python 2.6 ships with a newer version of
SQLite and is not affected by this issue. SQLite and is not affected by this issue.


If you are in such platform and find yourself in the need to update If you are on such a platform and find yourself needing to update
``pysqlite``/SQLite, you will also need to manually modify the ``pysqlite``/SQLite, you will also need to manually modify the
``django/db/backends/sqlite3/base.py`` file in the Django source tree so it ``django/db/backends/sqlite3/base.py`` file in the Django source tree so it
attempts to import ``pysqlite2`` before than ``sqlite3`` and so it can take attempts to import ``pysqlite2`` before ``sqlite3`` and so it can take
advantage of the new ``pysqlite2``/SQLite versions. advantage of the new ``pysqlite2``/SQLite versions.


Version 3.6.2 Version 3.6.2
Expand Down

0 comments on commit 510a166

Please sign in to comment.