diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-28 14:50:12 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-28 14:50:12 +0200 |
commit | c64fd6f05a767282972d9e51c3129993a4b90e1f (patch) | |
tree | 2f2f39dfb5c185d8e8857b2f87bbeff6065bb321 /archaeological_context_records/models.py | |
parent | 64da49c224d9c8b8271f81bfcc1328d5cc65f5d2 (diff) | |
download | Ishtar-c64fd6f05a767282972d9e51c3129993a4b90e1f.tar.bz2 Ishtar-c64fd6f05a767282972d9e51c3129993a4b90e1f.zip |
Better management of cascade updates
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r-- | archaeological_context_records/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index ace66aed6..1b81f3b63 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -431,6 +431,7 @@ class ContextRecord(BulkUpdatedItem, DocumentItem, BaseHistorizedItem, ] CACHED_LABELS = ['cached_label', 'cached_periods', "cached_related_context_records"] + DOWN_MODEL_UPDATE = ["base_finds"] history = HistoricalRecords(bases=[HistoryModel]) objects = ExternalIdManager() |