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
202202
203203To query a collection for documents that do not meet your
204204search 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
208208The following example calls the ``exclude()`` method to
209209exclude documents released before January 1, 1980 from the results:
@@ -551,7 +551,7 @@ Example
551551
552552This 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)
You can’t perform that action at this time.
0 commit comments