summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSfurti-yb <sfurtisarah@gmail.com>2022-04-12 10:27:24 +0530
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-06-16 08:58:56 +0200
commiteaf98853922cd72fe7a72590ca0679ae4cbc9ebc (patch)
tree7fdcff745c14aea70c74866f8fd5bb90026de493
parent3b332c6077700238f4c2b47c533103c8fc7e65ee (diff)
[4.1.x] Added YugabyteDB to list of third-party DB backends.
Backport of 860643e12e043d7b0b0c10ebe29d6ada017d95d7 from main
-rw-r--r--docs/ref/databases.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index ca6362a7a6..fc9916efca 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -1123,6 +1123,7 @@ by 3rd parties that allow you to use other databases with Django:
* `Google Cloud Spanner`_
* `Microsoft SQL Server`_
* `TiDB`_
+* `YugabyteDB`_
The Django versions and ORM features supported by these unofficial backends
vary considerably. Queries regarding the specific capabilities of these
@@ -1134,3 +1135,4 @@ the support channels provided by each 3rd party project.
.. _Google Cloud Spanner: https://pypi.org/project/django-google-spanner/
.. _Microsoft SQL Server: https://pypi.org/project/mssql-django/
.. _TiDB: https://pypi.org/project/django-tidb/
+.. _YugabyteDB: https://pypi.org/project/django-yugabytedb/