mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
(Re-)added GeoDjango instructions for building pysqlite2 correctly.
This is a partial undo of 1b142ef5dd
.
This commit is contained in:
parent
3f900a1e2c
commit
f876552f4b
3 changed files with 57 additions and 4 deletions
|
@ -604,9 +604,8 @@ version of SQLite.
|
|||
Using newer versions of the SQLite DB-API 2.0 driver
|
||||
----------------------------------------------------
|
||||
|
||||
For versions of Python 2.5 or newer that include ``sqlite3`` in the standard
|
||||
library Django will now use a ``pysqlite2`` interface in preference to
|
||||
``sqlite3`` if it finds one is available.
|
||||
Django will use a ``pysqlite2`` module in preference to ``sqlite3`` as shipped
|
||||
with the Python standard library if it finds one is available.
|
||||
|
||||
This provides the ability to upgrade both the DB-API 2.0 interface or SQLite 3
|
||||
itself to versions newer than the ones included with your particular Python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue