1
0
mirror of https://github.com/django/django.git synced 2025-09-18 23:19:12 +00:00

[5.2.x] Fixed #36486 -- Added MongoDB to list of third-party DB backends.

Backport of 46fdeb1373aa7e9089d14440987444493cc9c2e0 from main
This commit is contained in:
Salman 2025-09-09 08:23:41 +02:00 committed by Mariusz Felisiak
parent fbced43cf8
commit adc80dd81e

View File

@ -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>`