Skip to content

Commit e1e80ea

Browse files
committed
fixes
1 parent cde657c commit e1e80ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/interact-data/specify-a-query.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ Exclude Matching Documents
202202

203203
To query a collection for documents that do not meet your
204204
search criteria, call the ``exclude()`` method on your model's
205-
``Manager`` class. Pass the exclusion criteria as an
206-
argument to the ``exclude()`` method.
205+
manager. Pass the exclusion criteria as an argument to the
206+
``exclude()`` method.
207207

208208
The following example calls the ``exclude()`` method to
209209
exclude documents released before January 1, 1980 from the results:
@@ -551,7 +551,7 @@ Example
551551

552552
This example performs the following actions:
553553

554-
- Calls the ``filter()`` method on the ``Movie`` model's ``Manager`` to query
554+
- Calls the ``filter()`` method on the ``Movie`` model's manager to query
555555
the ``sample_mflix.movies`` collection
556556
- Queries documents that have a ``released`` value of
557557
``datetime(2010, 7, 16)`` (July 16, 2010)

0 commit comments

Comments
 (0)