Skip to content

Commit bcf139f

Browse files
committed
RB feedback
1 parent 132dd06 commit bcf139f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

source/odm.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,19 @@ simple declarative API and is built on top of the
7777
See the `MongoEngine documentation <https://mongoengine-odm.readthedocs.io/>`__
7878
for 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+
8093
Java
8194
----
8295

@@ -155,7 +168,7 @@ See the `Doctrine MongoDB ODM documentation
155168
for more information.
156169

157170
Symfony
158-
````````
171+
~~~~~~~
159172

160173
The Doctrine MongoDB ODM can be used to integrate MongoDB with
161174
the Symfony PHP framework. Doctine's object mapping enables developers to get
@@ -170,7 +183,7 @@ information.
170183
.. TODO? Drupal
171184

172185
Laravel
173-
-------
186+
~~~~~~~
174187

175188
Laravel MongoDB is the official integration for MongoDB and Laravel. It extends
176189
methods 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.
182195
See the `Laravel MongoDB documentation
183196
<https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/>`__ for more
184197
information.
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

Comments
 (0)