summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorCarlton Gibson <carlton@noumenal.es>2020-07-08 22:29:21 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-07-08 22:30:23 +0200
commitb19372952c6b6281df499e6bf184adb2ab0f17aa (patch)
treec4f8ddccdc6fd627d6f1f96f5989fa869f59333f /docs/ref
parent3756a0509ae48d91070fb65921dbb2d2155c61d1 (diff)
[3.1.x] Removed unsupported third-party database backends from docs.
Backport of 1d8256719eecb724476e6cb8d63cfebf6ba1a3cc from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/databases.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 47f1b57bc7..6a1dcc753b 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -1061,9 +1061,7 @@ by 3rd parties that allow you to use other databases with Django:
* `CockroachDB`_
* `Firebird`_
-* `IBM DB2`_
* `Microsoft SQL Server`_
-* `ODBC`_
The Django versions and ORM features supported by these unofficial backends
vary considerably. Queries regarding the specific capabilities of these
@@ -1072,6 +1070,4 @@ the support channels provided by each 3rd party project.
.. _CockroachDB: https://pypi.org/project/django-cockroachdb/
.. _Firebird: https://pypi.org/project/django-firebird/
-.. _IBM DB2: https://pypi.org/project/ibm_db_django/
.. _Microsoft SQL Server: https://pypi.org/project/django-mssql-backend/
-.. _ODBC: https://pypi.org/project/django-pyodbc/