summaryrefslogtreecommitdiff
path: root/archaeological_context_records/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_context_records/models.py')
-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 = {