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 16:53:16 +0100
commit555868ac554938ce90e181b77971286d7170fdc6 (patch)
tree782fef66ef0f151d9c6d767dc37cea4df0a2375b /archaeological_context_records/models.py
parent64e983d97d0cdb379cdc41845d826d27443229b1 (diff)
downloadIshtar-555868ac554938ce90e181b77971286d7170fdc6.tar.bz2
Ishtar-555868ac554938ce90e181b77971286d7170fdc6.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 196ba983e..997c0f989 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -642,7 +642,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()]