Skip to content

Commit 257eb85

Browse files
committed
fix
1 parent 06cef82 commit 257eb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/interact-data/raw-queries.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Sample Data
5252

5353
The examples in this guide use the ``Movie`` and ``Theater`` models, which
5454
represent collections in the ``sample_mflix`` database from the :atlas:`Atlas sample datasets </sample-data>`.
55-
The ``Movie`` model explicitly sets the ``objects`` field to use a custom ``MongoManager``,
55+
These models explicitly set the ``objects`` field to use a custom ``MongoManager``,
5656
rather than Django's default ``Manager`` class. The model classes have the following
5757
definitions:
5858

0 commit comments

Comments
 (0)