summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-01-20 18:21:15 -0500
committerTim Graham <timograham@gmail.com>2017-01-20 18:21:15 -0500
commit1b06d5e6f6be8e567ce78c892c485af039830d7d (patch)
tree3618e6e50d2c796dddb8b469cb19a89f8415fa0b /docs/ref/databases.txt
parent289fc1bfa54af563d17549ade8d77553711453a1 (diff)
Refs #23919 -- Removed pysqlite support (it's Python 2 only).
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 5ba10664d4..db622439f4 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -663,18 +663,6 @@ substring filtering.
.. _documented at sqlite.org: https://www.sqlite.org/faq.html#q18
-.. _using-newer-versions-of-pysqlite:
-
-Using newer versions of the SQLite DB-API 2.0 driver
-----------------------------------------------------
-
-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
-binary distribution, if needed.
-
"Database is locked" errors
---------------------------