Skip to content

Commit 33523f8

Browse files
committed
updates docs
1 parent c949844 commit 33523f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/src/actions/mass_update.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ Update one or more fields of the selected queryset to a common value and/or appl
99
|**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` |
1010
|**unique_transaction**| .. versionadded:: 0.0.4 |
1111

12-
**validate**
13-
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-
1512

1613
**Screenshot**
1714

@@ -31,6 +28,7 @@ To filter out some fields you need to set `UPDATE_ACTION_IGNORED_FIELDS` setting
3128
}
3229

3330
## Prevent Record to be updated
31+
<!-- sax:version 2.4 -->
3432

3533
To prevent record to be updated based on custom logic, it is possible to connect to `mass_update_process` and raise `MassUpdateSkipRecordError`
3634

0 commit comments

Comments
 (0)