diff options
Diffstat (limited to 'archaeological_finds/models.py')
| -rw-r--r-- | archaeological_finds/models.py | 10 | 
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',  | 
