File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -202,8 +202,8 @@ Exclude Matching Documents
202
202
203
203
To query a collection for documents that do not meet your
204
204
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.
207
207
208
208
The following example calls the ``exclude()`` method to
209
209
exclude documents released before January 1, 1980 from the results:
@@ -551,7 +551,7 @@ Example
551
551
552
552
This example performs the following actions:
553
553
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
555
555
the ``sample_mflix.movies`` collection
556
556
- Queries documents that have a ``released`` value of
557
557
``datetime(2010, 7, 16)`` (July 16, 2010)
You can’t perform that action at this time.
0 commit comments