summaryrefslogtreecommitdiff
path: root/archaeological_finds/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-08-14 13:17:56 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-08-14 13:17:56 +0200
commit10086eb832b17b596ce8db07efd910d353cce514 (patch)
treecf6599a71b6ce3267ce6a382b0bc0c46fb3fdb28 /archaeological_finds/models.py
parentc0100f8ef9b91513dd510dce8e72fadc95d13c48 (diff)
downloadIshtar-10086eb832b17b596ce8db07efd910d353cce514.tar.bz2
Ishtar-10086eb832b17b596ce8db07efd910d353cce514.zip
Find form configuration
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r--archaeological_finds/models.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py
index 98d495d7c..23177faee 100644
--- a/archaeological_finds/models.py
+++ b/archaeological_finds/models.py
@@ -1,9 +1,9 @@
from archaeological_finds.models_finds import MaterialType, ConservatoryState, \
CheckedType, IntegrityType, RemarkabilityType, ObjectType, BaseFind, \
- FindBasket, Find, Property, CHECK_CHOICES, BatchType, \
- BFBulkView, FBulkView, FirstBaseFindView, AlterationType, \
- AlterationCauseType, TreatmentEmergencyType, TreatmentType, \
- CommunicabilityType, MaterialTypeQualityType, ObjectTypeQualityType
+ FindBasket, Find, Property, BatchType, BFBulkView, FBulkView, \
+ FirstBaseFindView, AlterationType, AlterationCauseType, \
+ TreatmentEmergencyType, TreatmentType, CommunicabilityType, \
+ MaterialTypeQualityType, ObjectTypeQualityType
from archaeological_finds.models_treatments import Treatment, \
AbsFindTreatments, FindUpstreamTreatments, FindDownstreamTreatments, \
FindTreatments, TreatmentFile, TreatmentFileType, \
@@ -13,7 +13,7 @@ __all__ = ['MaterialType', 'ConservatoryState', 'IntegrityType', 'CheckedType',
'RemarkabilityType', 'ObjectType', 'BaseFind', 'FindBasket', 'Find',
'Property', 'BFBulkView', 'FBulkView', 'FirstBaseFindView',
'AlterationType', 'AlterationCauseType', 'TreatmentEmergencyType',
- 'CHECK_CHOICES', 'BatchType', 'TreatmentType', 'TreatmentState',
+ 'BatchType', 'TreatmentType', 'TreatmentState',
'Treatment', 'AbsFindTreatments', 'FindUpstreamTreatments',
'FindDownstreamTreatments', 'FindTreatments', 'TreatmentFile',
'TreatmentFileType', 'CommunicabilityType',