summaryrefslogtreecommitdiff
path: root/archaeological_context_records/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-04-02 07:49:29 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-04-02 08:00:01 +0200
commit5b5a8e2f2af0ddd9655012ba3f9ddfb69de640fd (patch)
tree67f1a4891377241f4fed7bf43ed9f1fdf2222fa7 /archaeological_context_records/models.py
parentd2ef13d146c632fe77a220ddf44062aba1b0f045 (diff)
downloadIshtar-5b5a8e2f2af0ddd9655012ba3f9ddfb69de640fd.tar.bz2
Ishtar-5b5a8e2f2af0ddd9655012ba3f9ddfb69de640fd.zip
Statistics - add modalities
- Context record: operation - Find: operation - Container: container type
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r--archaeological_context_records/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index 26353eed1..83c2d6b43 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -447,6 +447,7 @@ class ContextRecord(
STATISTIC_MODALITIES_OPTIONS = OrderedDict(
[
("unit__label", _("Context record type")),
+ ("operation__cached_label", _("Operation")),
("datings__period__label", _("Period")),
("identification__label", _("Identification")),
("activity__label", _("Activity")),