From adc80dd81eb70d8e11230b9603b025f0d98e1373 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] [5.2.x] Fixed #36486 -- Added MongoDB to list of third-party DB backends. Backport of 46fdeb1373aa7e9089d14440987444493cc9c2e0 from main --- docs/ref/databases.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 93a773e9a7..4a3fb22373 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -1305,6 +1305,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 `