From 9f3ff1e55ac1ae4055093c8571d1e7ef49684fdd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 14 Feb 2014 11:42:20 +0100 Subject: Document generation: add value getter for operations (refs #1657) --- archaeological_operations/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 200619abd..6915f4440 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -102,7 +102,7 @@ class ArchaeologicalSite(BaseHistorizedItem): name += u" %s %s" % (settings.JOINT, self.name) return name -class Operation(BaseHistorizedItem, OwnPerms): +class Operation(BaseHistorizedItem, OwnPerms, ValueGetter): TABLE_COLS = ['year_index', 'operation_type', 'remains', 'towns', 'associated_file_short_label', 'start_date', 'excavation_end_date'] -- cgit v1.2.3