1
0
mirror of https://github.com/django/django.git synced 2025-09-09 18:49:11 +00:00

Fixed #36486 -- Added MongoDB to list of third-party DB backends.

This commit is contained in:
Salman 2025-09-09 08:23:41 +02:00 committed by GitHub
parent 892a45d642
commit 46fdeb1373
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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