summaryrefslogtreecommitdiff
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:51 +0200
commitbb47c1dde4fa91a44d1e8729add2f2f26b90c937 (patch)
treeede7d82b1dd1a0a963d4b8a4477519e8ab3e4ce3
parent502349ce77a2bbf86ec33891c37f2ee9e087d520 (diff)
downloaddjango-bb47c1dde4fa91a44d1e8729add2f2f26b90c937.tar.gz
[3.0.x] Removed unsupported third-party database backends from docs.
Backport of 1d8256719eecb724476e6cb8d63cfebf6ba1a3cc from master
-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 16a4c2c526..1e761d2637 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -1037,9 +1037,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
@@ -1048,6 +1046,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/