From 46fdeb1373aa7e9089d14440987444493cc9c2e0 Mon Sep 17 00:00:00 2001 From: Salman <146529045+Faravah@users.noreply.github.com> Date: Tue, 9 Sep 2025 08:23:41 +0200 Subject: [PATCH] Fixed #36486 -- Added MongoDB to list of third-party DB backends. --- docs/ref/databases.txt | 1 + 1 file changed, 1 insertion(+) 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 ` * :pypi:`Google Cloud Spanner ` * :pypi:`Microsoft SQL Server ` +* :pypi:`MongoDB ` * :pypi:`Snowflake ` * :pypi:`TiDB ` * :pypi:`YugabyteDB `