summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton@noumenal.es>2020-07-08 22:29:21 +0200
committerGitHub <noreply@github.com>2020-07-08 22:29:21 +0200
commit1d8256719eecb724476e6cb8d63cfebf6ba1a3cc (patch)
tree3ab6600724080fb506c51e7bb3cf9c92be49422c /docs
parent0e6fa65ffd9abf707e6781de019b76cc2e3cd787 (diff)
Removed unsupported third-party database backends from docs.
Diffstat (limited to 'docs')
-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 1f464d89cc..49eaccb0b3 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -1059,9 +1059,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
@@ -1070,6 +1068,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/