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 22fa33e + 6a7a279 commit d0e7564Copy full SHA for d0e7564
docs/guide/querying.rst
@@ -196,6 +196,10 @@ you could use the following query::
196
197
Page.objects(tags__0='db')
198
199
+The string queries operators can be used as well for querying a list field, e.g.::
200
+
201
+ Page.objects(tags__iexact='db')
202
203
If you only want to fetch part of a list eg: you want to paginate a list, then
204
the `slice` operator is required::
205
0 commit comments