summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalman <146529045+Faravah@users.noreply.github.com>2025-09-09 08:23:41 +0200
committerGitHub <noreply@github.com>2025-09-09 08:23:41 +0200
commit46fdeb1373aa7e9089d14440987444493cc9c2e0 (patch)
treed3d052acd1d4cd97cba3e0c9277f70d1ced0a2cd
parent892a45d6426940942900bbcf49ba3c8ac60796b3 (diff)
Fixed #36486 -- Added MongoDB to list of third-party DB backends.
-rw-r--r--docs/ref/databases.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index fad6976b5c..83f044693c 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -1283,6 +1283,7 @@ by 3rd parties that allow you to use other databases with Django:
* :pypi:`Firebird <django-firebird>`
* :pypi:`Google Cloud Spanner <django-google-spanner>`
* :pypi:`Microsoft SQL Server <mssql-django>`
+* :pypi:`MongoDB <django-mongodb-backend>`
* :pypi:`Snowflake <django-snowflake>`
* :pypi:`TiDB <django-tidb>`
* :pypi:`YugabyteDB <django-yugabytedb>`