Skip to content

Commit 1283d40

Browse files
committed
AC feedback
1 parent ce6bcc4 commit 1283d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/interact-data/crud.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ create, read, update, and delete (CRUD) operations on your MongoDB
2525
collection.
2626

2727
You can use methods provided by the Django ``QuerySet`` API to run
28-
CRUD operations. To run these operations, call ``QuerySet`` methods
29-
your model's ``Manager``. The ``Manager`` class handles database
28+
CRUD operations. To run these operations, you can call ``QuerySet`` methods
29+
on your model's ``Manager``. The ``Manager`` class handles database
3030
operations and allows you to interact with your MongoDB data by referencing
3131
Django models. By default, Django adds a ``Manager`` named ``objects``
3232
to every model class.

0 commit comments

Comments
 (0)