@@ -77,6 +77,19 @@ simple declarative API and is built on top of the
7777See the `MongoEngine documentation <https://mongoengine-odm.readthedocs.io/>`__
7878for more information.
7979
80+ Django
81+ ~~~~~~
82+
83+ Django MongoDB Backend is the official MongoDB integration for Django and
84+ MongoDB. This integration supports many core Django features, including the
85+ Django ORM. It translates Django ORM methods into equivalent MongoDB queries,
86+ allowing developers to use the familiar Django interface.
87+
88+ See the `Django MongoDB Backend documentation
89+ <https://www.mongodb.com/docs/languages/python/django-mongodb/current>`__ for
90+ more information.
91+
92+
8093Java
8194----
8295
@@ -155,7 +168,7 @@ See the `Doctrine MongoDB ODM documentation
155168for more information.
156169
157170Symfony
158- ````````
171+ ~~~~~~~
159172
160173The Doctrine MongoDB ODM can be used to integrate MongoDB with
161174the Symfony PHP framework. Doctine's object mapping enables developers to get
@@ -170,7 +183,7 @@ information.
170183.. TODO? Drupal
171184
172185Laravel
173- -------
186+ ~~~~~~~
174187
175188Laravel MongoDB is the official integration for MongoDB and Laravel. It extends
176189methods in the PHP Laravel API to provide developers the full suite of Laravel's
@@ -182,16 +195,3 @@ and features such as querying, caching, and more.
182195See the `Laravel MongoDB documentation
183196<https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/>`__ for more
184197information.
185-
186- Django
187- ------
188-
189- Django MongoDB Backend is the official MongoDB integration for Django and
190- MongoDB. This integration supports many core Django features, including the
191- Django ORM. It translates Django ORM methods into equivalent MongoDB queries,
192- allowing developers to use the familiar Django interface.
193-
194- See the `Django MongoDB Backend documentation
195- <https://www.mongodb.com/docs/languages/python/django-mongodb/current>`__ for
196- more information.
197-
0 commit comments