summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorCarlton Gibson <carlton@noumenal.es>2020-05-21 20:54:42 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2020-05-21 20:55:54 +0200
commit49427acd4accec7a3b45fd17f40e9cf5367c8e28 (patch)
tree53a3b500ddf871d928cad8bfb3c2872535c53751 /docs/ref
parente4d96084cfc554da1bda5b1fcbbb108dca1ac2e5 (diff)
[3.0.x] Updated list of third-party DB backends.
* Alphabetized third-party DB backend list. * Added backticks around single-word link texts to ease visual/machine sorting. * Added CockroachDB to list of third-party DB backends. * Updated third-party DB backend URLs. Thanks to Nick Pope and Tim Graham for the review. Backport of 6dcfa70cac29c854fc5169bed1cf6479eabdb8c1 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/databases.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index d2188b93f3..16a4c2c526 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -1035,17 +1035,19 @@ 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:
+* `CockroachDB`_
+* `Firebird`_
* `IBM DB2`_
* `Microsoft SQL Server`_
-* Firebird_
-* ODBC_
+* `ODBC`_
The Django versions and ORM features supported by these unofficial backends
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.
+.. _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-pyodbc-azure/
-.. _Firebird: https://github.com/maxirobaina/django-firebird
-.. _ODBC: https://github.com/lionheart/django-pyodbc/
+.. _Microsoft SQL Server: https://pypi.org/project/django-mssql-backend/
+.. _ODBC: https://pypi.org/project/django-pyodbc/