summaryrefslogtreecommitdiff
path: root/archaeological_finds/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-04 16:49:10 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-04 16:49:10 +0200
commit5009e12cc0062d0c5a366f5c87ce2183d62522d8 (patch)
tree748fd1368aa2af53a4d890dd8e035ce47fd026d2 /archaeological_finds/models.py
parentbec5cecd414d97cb1a5b4a9ba8433efaec3f7ff9 (diff)
downloadIshtar-5009e12cc0062d0c5a366f5c87ce2183d62522d8.tar.bz2
Ishtar-5009e12cc0062d0c5a366f5c87ce2183d62522d8.zip
Preservation: adapt forms with a preservation panel (refs #3639)
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r--archaeological_finds/models.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py
index eb209461f..ab3686f08 100644
--- a/archaeological_finds/models.py
+++ b/archaeological_finds/models.py
@@ -1,7 +1,8 @@
from archaeological_finds.models_finds import MaterialType, ConservatoryState,\
PreservationType, IntegrityType, RemarkabilityType, ObjectType, BaseFind, \
FindBasket, Find, FindSource, Property, CHECK_CHOICES, BatchType, \
- BFBulkView, FBulkView, FirstBaseFindView
+ BFBulkView, FBulkView, FirstBaseFindView, AlterationType, \
+ AlterationCauseType, TreatmentEmergencyType
from archaeological_finds.models_treatments import TreatmentType, Treatment, \
AbsFindTreatments, FindUpstreamTreatments, FindDownstreamTreatments, \
FindTreatments, TreatmentSource, TreatmentFile, TreatmentFileType, \
@@ -10,7 +11,8 @@ from archaeological_finds.models_treatments import TreatmentType, Treatment, \
__all__ = ['MaterialType', 'ConservatoryState', 'PreservationType',
'IntegrityType', 'RemarkabilityType', 'ObjectType',
'BaseFind', 'FindBasket', 'Find', 'FindSource', 'Property',
- 'BFBulkView', 'FBulkView', 'FirstBaseFindView',
+ 'BFBulkView', 'FBulkView', 'FirstBaseFindView', 'AlterationType',
+ 'AlterationCauseType', 'TreatmentEmergencyType',
'CHECK_CHOICES', 'BatchType', 'TreatmentType', 'TreatmentState',
'Treatment', 'AbsFindTreatments', 'FindUpstreamTreatments',
'FindDownstreamTreatments', 'FindTreatments', 'TreatmentSource',