summaryrefslogtreecommitdiff
path: root/archaeological_finds/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-12-23 14:21:57 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-12-23 14:21:57 +0100
commitbce2746a497ad1eca5633a7af31e562b9c196204 (patch)
treec061715edfe0d35a5df660f6224723cda5bc4c1b /archaeological_finds/models.py
parent9caeb73d10497049b3bc27f58621e544115a738a (diff)
downloadIshtar-bce2746a497ad1eca5633a7af31e562b9c196204.tar.bz2
Ishtar-bce2746a497ad1eca5633a7af31e562b9c196204.zip
Treament: add state field (refs #3394)
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r--archaeological_finds/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py
index 7d56bb771..50c42ef30 100644
--- a/archaeological_finds/models.py
+++ b/archaeological_finds/models.py
@@ -4,13 +4,13 @@ from archaeological_finds.models_finds import MaterialType, ConservatoryState,\
from archaeological_finds.models_treatments import TreatmentType, Treatment, \
AbsFindTreatments, FindUpstreamTreatments, FindDownstreamTreatments, \
FindTreatments, TreatmentSource, TreatmentFile, TreatmentFileType, \
- TreatmentFileSource
+ TreatmentFileSource, TreatmentState
__all__ = ['MaterialType', 'ConservatoryState', 'PreservationType',
'IntegrityType', 'RemarkabilityType', 'ObjectType',
'BaseFind', 'FindBasket', 'Find', 'FindSource', 'Property',
'IS_ISOLATED_CHOICES', 'CHECK_CHOICES',
- 'TreatmentType', 'Treatment', 'AbsFindTreatments',
+ 'TreatmentType', 'TreatmentState', 'Treatment', 'AbsFindTreatments',
'FindUpstreamTreatments', 'FindDownstreamTreatments',
'FindTreatments', 'TreatmentSource', 'TreatmentFile',
'TreatmentFileType', 'TreatmentFileSource']