Removed unsupported third-party database backends from docs.

This commit is contained in:
Carlton Gibson 2020-07-08 22:29:21 +02:00 committed by GitHub
parent 0e6fa65ffd
commit 1d8256719e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -1059,9 +1059,7 @@ by 3rd parties that allow you to use other databases with Django:
* `CockroachDB`_ * `CockroachDB`_
* `Firebird`_ * `Firebird`_
* `IBM DB2`_
* `Microsoft SQL Server`_ * `Microsoft SQL Server`_
* `ODBC`_
The Django versions and ORM features supported by these unofficial backends The Django versions and ORM features supported by these unofficial backends
vary considerably. Queries regarding the specific capabilities of these 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/ .. _CockroachDB: https://pypi.org/project/django-cockroachdb/
.. _Firebird: https://pypi.org/project/django-firebird/ .. _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/ .. _Microsoft SQL Server: https://pypi.org/project/django-mssql-backend/
.. _ODBC: https://pypi.org/project/django-pyodbc/