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.
1 parent 3a3bdd7 commit aacc333Copy full SHA for aacc333
docs/guide/querying.rst
@@ -263,7 +263,7 @@ This is done by using ``__raw__`` keyword argument to the update method and prov
263
# 'tags' field == ['test1', 'test2', 'test3']
264
Page.objects().update(__raw__=
265
{'$set': {"tags.$[element]": 'test11111'}},
266
- array_filters=[{"element": {'$eq': 'test2'}}],
+ 'array_filters': [{"element": {'$eq': 'test2'}}],
267
268
# 'tags' field == ['test1', 'test11111', 'test3']
269
0 commit comments