diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-03-21 22:27:58 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-04-03 12:48:00 +0200 |
commit | a847ded15c80dfa0b16dee5c1ea109da06af7b34 (patch) | |
tree | e981f729ceae0a4444105323ed3ad16b9a7a9bc6 /DEV_DOC.md | |
parent | 05911c88dacbc5dd974fa5697dd08e9ab1d35d1d (diff) | |
download | Ishtar-a847ded15c80dfa0b16dee5c1ea109da06af7b34.tar.bz2 Ishtar-a847ded15c80dfa0b16dee5c1ea109da06af7b34.zip |
Load task refactoring - manage external_id regen with tasks - cascade update from warehouse to containers (refs #5432) - containers manage history
Diffstat (limited to 'DEV_DOC.md')
-rw-r--r-- | DEV_DOC.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/DEV_DOC.md b/DEV_DOC.md new file mode 100644 index 000000000..b3556fcfe --- /dev/null +++ b/DEV_DOC.md @@ -0,0 +1,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 |