summaryrefslogtreecommitdiff
path: root/archaeological_operations/models.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
commit2f5706848f33f35863155f4f318352cec2be5994 (patch)
tree6707e69e607dc7b965a28a48519d6d70639cb145 /archaeological_operations/models.py
parent74155d628e2153eb90611027f2b4695619dd9bf5 (diff)
downloadIshtar-2f5706848f33f35863155f4f318352cec2be5994.tar.bz2
Ishtar-2f5706848f33f35863155f4f318352cec2be5994.zip
Stats: better display of values in tables - operation type for default
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r--archaeological_operations/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py
index 5bc730018..b220ff1ec 100644
--- a/archaeological_operations/models.py
+++ b/archaeological_operations/models.py
@@ -574,8 +574,8 @@ class Operation(ClosedItem, DocumentItem, BaseHistorizedItem, QRCodeItem,
NEW_QUERY_ENGINE = True
# statistics
STATISTIC_MODALITIES_OPTIONS = OrderedDict([
- ('year', _("Year")),
("operation_type__label", _("Operation type")),
+ ('year', _("Year")),
("towns__areas__label", _("Area")),
("towns__areas__parent__label", _("Extended area")),
("remains__label", _("Remains")),