Django

Code

Changeset 8975

Show
Ignore:
Timestamp:
09/06/08 11:54:25 (3 months ago)
Author:
adrian
Message:

Fixed #8858 -- Fixed typo in SQLite version information. Also reworded it to be a bit more future-compatible. Thanks, adamv

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/ref/databases.txt

    r8959 r8975  
    261261  
    262262However, 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.4 so the bug can  
     263release of Python 2.5 (2.5.2, as of this writing) includes SQLite 3.3.4, so the bug can  
    264264make itself evident in that platform. There are (as of Django 1.0) even three  
    265265tests in the Django test suite that will fail when run under this setup.  As  
    266266described above, this can be solved by downloading and installing a newer  
    267267version of ``pysqlite2`` (``pysqlite-2.x.x.win32-py2.5.exe``) that includes and  
    268 uses a newer version of SQLite. Python 2.6 will ship with a newer version of  
    269 SQLite and so will no be affected by this issue.  
     268uses a newer version of SQLite. Python 2.6 ships with a newer version of  
     269SQLite and is not be affected by this issue. 
    270270  
    271271If you are in such platform and find yourself in the need to update