You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update link in dsl_how_to_guides.md (#3122) (#3124)
I'd like to temporarily divert this Store and retrieve scripts linke
(cherry picked from commit f5e504d)
Co-authored-by: David Kilfoyle <[email protected]>
Copy file name to clipboardExpand all lines: docs/reference/dsl_how_to_guides.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -927,7 +927,7 @@ first = Post.get(id=42)
927
927
first.update(published=True, published_by='me')
928
928
```
929
929
930
-
In case you wish to use a `painless` script to perform the update you can pass in the script string as `script` or the `id` of a [stored script](docs-content://explore-analyze/scripting/modules-scripting-using.md#script-stored-scripts) via `script_id`. All additional keyword arguments to the `update` method will then be passed in as parameters of the script. The document will not be updated in place.
930
+
In case you wish to use a `painless` script to perform the update you can pass in the script string as `script` or the `id` of a [stored script](docs-content://explore-analyze/scripting/modules-scripting-using.md) via `script_id`. All additional keyword arguments to the `update` method will then be passed in as parameters of the script. The document will not be updated in place.
0 commit comments