blob: b3556fcfe84cf2c3fc3fa397d202141fc40aac4a (
plain)
1
2
3
4
5
6
7
8
9
|
Attributes use to manage post-process:
- `skip_history_when_saving`: do not record last modified date and creation/update author
- `_post_saved_geo`: do not process geo item attached
- `_cached_label_checked`: do not process cached labels
- `_external_id_changed`: do not check external_id
- `_search_updated`: do not reindex search
- `_no_move`: do not move associated images on save - to be checked
- `no_post_process()`: set to True previous attributes
|