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
2222
2323In this guide, you can learn how to use {+django-odm+} to run
2424create, read, update, and delete (CRUD) operations on your MongoDB
25- database .
25+ collection .
2626
2727You 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:
3032
3133- :ref:`create() <django-crud-insert>`
3234- :ref:`filter() and get() <django-crud-read>`
You can’t perform that action at this time.
0 commit comments