diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2008-11-02 20:53:47 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2008-11-02 20:53:47 +0000 |
| commit | 55943c09757c32c4c5ad7bc8a275df0cbbce172e (patch) | |
| tree | b27c687b8d8a85be4e461d782d8c2829c69a8407 /docs/ref/databases.txt | |
| parent | f1eb098d96bd43de03e94163449d49d598f953e1 (diff) | |
[1.0.X] Fixed #9497 - Doc typos. Many thanks ramiro.
[9330] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index bb033ee72c..59ebff35c8 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -271,11 +271,11 @@ described above, this can be solved by downloading and installing a newer 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 SQLite and is not affected by this issue. - -If you are in such platform and find yourself in the need to update -``pysqlite``/SQLite, you will also need to manually modify the -``django/db/backends/sqlite3/base.py`` file in the Django source tree so it -attempts to import ``pysqlite2`` before that ``sqlite3`` and so it can take + +If you are in such platform and find yourself in the need to update +``pysqlite``/SQLite, you will also need to manually modify the +``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 advantage of the new ``pysqlite2``/SQLite versions. .. _oracle-notes: |
