summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-05-12 15:40:46 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:21:00 +0100
commit39ef46715a2aa13fa3b82849fc0f0632c136005a (patch)
tree72841baefc2f7874b6819c603b7e0fba1e6fc3dd /archaeological_finds
parent478a7d76335c6640a6f328968f457fa5e265042c (diff)
downloadIshtar-39ef46715a2aa13fa3b82849fc0f0632c136005a.tar.bz2
Ishtar-39ef46715a2aa13fa3b82849fc0f0632c136005a.zip
Geodata: improve migrate script (multi processing) - fix upper model
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/models_finds.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py
index 7d6d43d6c..962d627ba 100644
--- a/archaeological_finds/models_finds.py
+++ b/archaeological_finds/models_finds.py
@@ -397,6 +397,7 @@ class BaseFind(
SLUG = "basefind"
SERIALIZE_EXCLUDE = ["find"]
SERIALIZE_CALL = {"complete_id": "complete_id", "short_id": "short_id"}
+ UPPER_GEO = ["context_record"]
uuid = models.UUIDField(default=uuid.uuid4)
label = models.TextField(_("Free ID"))