summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-06-26 11:04:17 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-06-26 11:04:17 +0200
commit307e1a0de31963584d1916ca1f8c7eb0e50ebe6a (patch)
treeab7e1fc5ff12f289fd62133b1d638ddc22429335 /archaeological_context_records
parent707e0f9edcde92c47cd543325187e9e13b9ef43f (diff)
downloadIshtar-307e1a0de31963584d1916ca1f8c7eb0e50ebe6a.tar.bz2
Ishtar-307e1a0de31963584d1916ca1f8c7eb0e50ebe6a.zip
🐛 templates: add missing m2m values
Diffstat (limited to 'archaeological_context_records')
-rw-r--r--archaeological_context_records/models.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index 9533f357a..0c245abd4 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -528,6 +528,11 @@ class ContextRecord(
]
)
STATISTIC_MODALITIES = [key for key, lbl in STATISTIC_MODALITIES_OPTIONS.items()]
+ GET_VALUES_M2M = [
+ "documentations",
+ "cultural_attributions",
+ "excavation_technics",
+ ]
# search parameters
EXTRA_REQUEST_KEYS = {