From 702d2f5356b35599cffdebd3f53a19c5e7412e82 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 6 Oct 2025 20:49:48 +0200 Subject: ✨ find - statistics: add top container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/models_finds.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_finds/models_finds.py') diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 56232165f..2d96726ea 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1331,7 +1331,8 @@ class Find( "base_finds__context_record__operation__towns__areas__parent__label", _("Extended area"), ), - ("periods__label", _("Chronological period")), + ("container__cached_division__splitpart_|_1", _("Top container")), + ("datings__period__label", _("Chronological period")), ("material_types__label", _("Material type")), ("object_types__label", _("Object type")), ("recommended_treatments__label", _("Recommended treatments")), -- cgit v1.2.3