Skip to content

Commit b81892b

Browse files
committed
more info
1 parent 84bc486 commit b81892b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/interact-data/crud.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ Overview
2222

2323
In this guide, you can learn how to use {+django-odm+} to run
2424
create, read, update, and delete (CRUD) operations on your MongoDB
25-
database.
25+
collection.
2626

2727
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:
3032

3133
- :ref:`create() <django-crud-insert>`
3234
- :ref:`filter() and get() <django-crud-read>`

0 commit comments

Comments
 (0)