summaryrefslogtreecommitdiff
path: root/archaeological_context_records/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-01-12 16:49:45 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-01-12 18:38:28 +0100
commitcee816ef28218edcf9d1a8405cd23878ac3514e0 (patch)
tree2a619248ea8e1f559184e04588c52e028a07d8ed /archaeological_context_records/models.py
parent8efe927325b5f97308b44450d1ce2c9f9ac3465f (diff)
downloadIshtar-cee816ef28218edcf9d1a8405cd23878ac3514e0.tar.bz2
Ishtar-cee816ef28218edcf9d1a8405cd23878ac3514e0.zip
🐛 fix statistic evaluation for last modified and top container
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r--archaeological_context_records/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index 21981fc78..d990cff09 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -583,7 +583,7 @@ class ContextRecord(
("activity__label", _("Activity")),
("excavation_technics__label", _("Excavation techniques")),
("documents__source_type__label", _("Associated document type")),
- ("last_modified__year", _("Modification (year)")),
+ ("last_modified__FILTERyear", _("Modification (year)")),
]
)
STATISTIC_MODALITIES = [key for key, lbl in STATISTIC_MODALITIES_OPTIONS.items()]