summaryrefslogtreecommitdiff
path: root/archaeological_finds/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-12-22 12:46:24 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-12-22 12:46:24 +0100
commit415d5f244eac52fcb664bd4280b0be1502e9eb71 (patch)
treede97ca38038965b23760ba2034c2327ccf23e671 /archaeological_finds/models.py
parentc061306889dc2ac314eecbcd05168e03ca69f6c7 (diff)
downloadIshtar-415d5f244eac52fcb664bd4280b0be1502e9eb71.tar.bz2
Ishtar-415d5f244eac52fcb664bd4280b0be1502e9eb71.zip
Manage cached_label for treatments - display full label in finds tables (refs #3395)
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r--archaeological_finds/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py
index f9d93b1a9..7d56bb771 100644
--- a/archaeological_finds/models.py
+++ b/archaeological_finds/models.py
@@ -13,4 +13,4 @@ __all__ = ['MaterialType', 'ConservatoryState', 'PreservationType',
'TreatmentType', 'Treatment', 'AbsFindTreatments',
'FindUpstreamTreatments', 'FindDownstreamTreatments',
'FindTreatments', 'TreatmentSource', 'TreatmentFile',
- 'TreatmentFileType', 'TreatmentFileSource'] \ No newline at end of file
+ 'TreatmentFileType', 'TreatmentFileSource']