diff options
Diffstat (limited to 'archaeological_finds')
-rw-r--r-- | archaeological_finds/models_finds.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 209682785..ad5c803fa 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1997,6 +1997,7 @@ class Find(BulkUpdatedItem, ValueGetter, DocumentItem, BaseHistorizedItem, if not duplicate_for_treatment and ( new.upstream_treatment or new.downstream_treatment): new.upstream_treatment, new.downstream_treatment = None, None + new.uuid = uuid.uuid4() new.save() # m2m fields |