We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 165af0a + 75a8327 commit 04b070fCopy full SHA for 04b070f
1 file changed
docs/patterns/mongoengine.rst
@@ -80,7 +80,7 @@ Queries
80
Use the class ``objects`` attribute to make queries. A keyword argument
81
looks for an equal value on the field. ::
82
83
- bttf = Movies.objects(title="Back To The Future").get_or_404()
+ bttf = Movie.objects(title="Back To The Future").get_or_404()
84
85
Query operators may be used by concatenating them with the field name
86
using a double-underscore. ``objects``, and queries returned by
0 commit comments