summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2019-02-09 18:36:46 -0500
committerTim Graham <timograham@gmail.com>2019-02-09 18:38:43 -0500
commitb89d31d2dcb3d5566bc8f16dd058223153585899 (patch)
tree2e10f23ef5e88104dd960b852c10106ffecf416f
parente1bd94496bcfe65c244bcd3ca668b900bf488326 (diff)
[2.2.x] Fixed #30169 -- Removed SAP SQL Anywhere from "3rd party database backends" as it's inactive.
Backport of 56b50cbf73ecfd4577bb7cfe8dc8ccd4befd7e00 from master.
-rw-r--r--docs/ref/databases.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index eee401404c..e7e6900ea1 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -937,7 +937,6 @@ Using a 3rd-party database backend
In addition to the officially supported databases, there are backends provided
by 3rd parties that allow you to use other databases with Django:
-* `SAP SQL Anywhere`_
* `IBM DB2`_
* `Microsoft SQL Server`_
* Firebird_
@@ -948,7 +947,6 @@ vary considerably. Queries regarding the specific capabilities of these
unofficial backends, along with any support queries, should be directed to
the support channels provided by each 3rd party project.
-.. _SAP SQL Anywhere: https://github.com/sqlanywhere/sqlany-django
.. _IBM DB2: https://pypi.org/project/ibm_db/
.. _Microsoft SQL Server: https://pypi.org/project/django-pyodbc-azure/
.. _Firebird: https://github.com/maxirobaina/django-firebird