summaryrefslogtreecommitdiff
path: root/archaeological_finds/models_finds.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-05-27 11:30:42 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-06-17 13:21:28 +0200
commit7dc2d830e4d7c199c1d9480a128fbd4cdc91653f (patch)
tree6707e69e607dc7b965a28a48519d6d70639cb145 /archaeological_finds/models_finds.py
parent876158413bcd2480cdd583f651d4c703b343309e (diff)
downloadIshtar-7dc2d830e4d7c199c1d9480a128fbd4cdc91653f.tar.bz2
Ishtar-7dc2d830e4d7c199c1d9480a128fbd4cdc91653f.zip
Stats: better display of values in tables - operation type for default
Diffstat (limited to 'archaeological_finds/models_finds.py')
-rw-r--r--archaeological_finds/models_finds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py
index 7daf4cbec..ec8a5367e 100644
--- a/archaeological_finds/models_finds.py
+++ b/archaeological_finds/models_finds.py
@@ -815,9 +815,9 @@ class Find(BulkUpdatedItem, ValueGetter, DocumentItem, BaseHistorizedItem,
# statistics
STATISTIC_MODALITIES_OPTIONS = OrderedDict([
- ('base_finds__context_record__operation__year', _("Year")),
("base_finds__context_record__operation__operation_type__label",
_("Operation type")),
+ ('base_finds__context_record__operation__year', _("Year")),
("base_finds__context_record__operation__towns__areas__label",
_("Area")),
("base_finds__context_record__operation__towns__areas__parent__label",