File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,13 @@ Overview
22
22
23
23
In this guide, you can learn how to use {+django-odm+} to run
24
24
create, read, update, and delete (CRUD) operations on your MongoDB
25
- database .
25
+ collection .
26
26
27
27
You can use methods provided by the Django ``QuerySet`` API to run
28
- CRUD operations. This guide shows how to use the following ``QuerySet``
29
- methods:
28
+ CRUD operations. To update documents in your collection, call the
29
+ ``QuerySet`` operation methods on your model objects that represent the collection.
30
+ Then, {+django-odm+} runs the operations on your collection documents.
31
+ This guide shows how to use the following ``QuerySet`` methods:
30
32
31
33
- :ref:`create() <django-crud-insert>`
32
34
- :ref:`filter() and get() <django-crud-read>`
You can’t perform that action at this time.
0 commit comments