diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-06 20:49:48 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-11-29 17:07:10 +0100 |
| commit | 702d2f5356b35599cffdebd3f53a19c5e7412e82 (patch) | |
| tree | 44a6e56e8c47047726f05a4bc3bb1ec151a199ec /archaeological_finds/models_finds.py | |
| parent | 47ae57c37abfed75f93594255b6c617afa011bf5 (diff) | |
| download | Ishtar-702d2f5356b35599cffdebd3f53a19c5e7412e82.tar.bz2 Ishtar-702d2f5356b35599cffdebd3f53a19c5e7412e82.zip | |
✨ find - statistics: add top container
Diffstat (limited to 'archaeological_finds/models_finds.py')
| -rw-r--r-- | archaeological_finds/models_finds.py | 3 |
1 files changed, 2 insertions, 1 deletions
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")), |
