diff options
| author | Salman <146529045+Faravah@users.noreply.github.com> | 2025-09-09 08:23:41 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-09-09 08:24:11 +0200 |
| commit | adc80dd81eb70d8e11230b9603b025f0d98e1373 (patch) | |
| tree | eb914ec5856334fd2856d656f60fd68745dd4d34 /docs | |
| parent | fbced43cf84445e3770ce0a3744daca383813ad2 (diff) | |
[5.2.x] Fixed #36486 -- Added MongoDB to list of third-party DB backends.
Backport of 46fdeb1373aa7e9089d14440987444493cc9c2e0 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/databases.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 <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>` |
