From b19372952c6b6281df499e6bf184adb2ab0f17aa Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Wed, 8 Jul 2020 22:29:21 +0200 Subject: [PATCH] [3.1.x] Removed unsupported third-party database backends from docs. Backport of 1d8256719eecb724476e6cb8d63cfebf6ba1a3cc from master --- docs/ref/databases.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 47f1b57bc7d..6a1dcc753b1 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/