File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/django-get-started Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Query MongoDB Data
11
11
.. meta::
12
12
:keywords: app, odm, code example
13
13
14
- You can use the Python interactive shell and your
15
- models to read data from the ``sample_mflix`` database.
14
+ You can import your models into the Python interactive shell
15
+ to read data from the ``sample_mflix`` database.
16
16
17
17
.. procedure::
18
18
:style: connected
@@ -42,7 +42,7 @@ models to read data from the ``sample_mflix`` database.
42
42
43
43
<QuerySet [<Viewer: Khal Drogo>]>
44
44
45
- .. step:: Query the "movies' collection for specified runtime values
45
+ .. step:: Query the "movies" collection for specified runtime values
46
46
47
47
Run the following code to query the ``sample_mflix.movies``
48
48
collection for movies that have a ``runtime`` value less than
You can’t perform that action at this time.
0 commit comments