mirror of
https://github.com/django/django.git
synced 2025-08-19 10:10:42 +00:00
[1.9.x] Bumped latest Python 2.7 release in docs/ref/databases.txt.
Backport of ce531f7ad7
from master
This commit is contained in:
parent
566a01e916
commit
a2cf430c80
1 changed files with 1 additions and 1 deletions
|
@ -635,7 +635,7 @@ SQLite 3.6.23.1 was released in March 2010, and most current binary
|
||||||
distributions for different platforms include a newer version of SQLite, with
|
distributions for different platforms include a newer version of SQLite, with
|
||||||
the notable exception of the Python 2.7 installers for Windows.
|
the notable exception of the Python 2.7 installers for Windows.
|
||||||
|
|
||||||
As of this writing, the latest release for Windows - Python 2.7.9 - includes
|
As of this writing, the latest release for Windows - Python 2.7.10 - includes
|
||||||
SQLite 3.6.21. You can install ``pysqlite2`` or replace ``sqlite3.dll`` (by
|
SQLite 3.6.21. You can install ``pysqlite2`` or replace ``sqlite3.dll`` (by
|
||||||
default installed in ``C:\Python27\DLLs``) with a newer version from
|
default installed in ``C:\Python27\DLLs``) with a newer version from
|
||||||
http://www.sqlite.org/ to remedy this issue.
|
http://www.sqlite.org/ to remedy this issue.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue