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
Copy file name to clipboardexpand all lines: docs/src/actions/mass_update.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,6 @@ Update one or more fields of the selected queryset to a common value and/or appl
9
9
|**validate**| use obj.save() instead of obj._default_manager.update. Slower but required in some cases (To run some business logic in save() and clean(). Manadatory if use :ref:`transform_operations`|
use obj.save() instead of obj._default_manager.update. Slower but required in some cases (To run some business logic in save() and clean(). Manadatory if use :ref:`transform_operations`
14
-
15
12
16
13
**Screenshot**
17
14
@@ -31,6 +28,7 @@ To filter out some fields you need to set `UPDATE_ACTION_IGNORED_FIELDS` setting
31
28
}
32
29
33
30
## Prevent Record to be updated
31
+
<!-- sax:version 2.4 -->
34
32
35
33
To prevent record to be updated based on custom logic, it is possible to connect to `mass_update_process` and raise `MassUpdateSkipRecordError`
0 commit comments