diff options
Diffstat (limited to 'archaeological_finds/models.py')
| -rw-r--r-- | archaeological_finds/models.py | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py index 2f7c547b8..a0f387620 100644 --- a/archaeological_finds/models.py +++ b/archaeological_finds/models.py @@ -2,7 +2,8 @@ from archaeological_finds.models_finds import MaterialType, ConservatoryState,\      IntegrityType, RemarkabilityType, ObjectType, BaseFind, \      FindBasket, Find, FindSource, Property, CHECK_CHOICES, BatchType, \      BFBulkView, FBulkView, FirstBaseFindView, AlterationType, \ -    AlterationCauseType, TreatmentEmergencyType, TreatmentType +    AlterationCauseType, TreatmentEmergencyType, TreatmentType, \ +    CommunicabilityType  from archaeological_finds.models_treatments import Treatment, \      AbsFindTreatments, FindUpstreamTreatments, FindDownstreamTreatments, \      FindTreatments, TreatmentSource, TreatmentFile, TreatmentFileType, \ @@ -16,4 +17,5 @@ __all__ = ['MaterialType', 'ConservatoryState',             'CHECK_CHOICES', 'BatchType', 'TreatmentType', 'TreatmentState',             'Treatment', 'AbsFindTreatments', 'FindUpstreamTreatments',             'FindDownstreamTreatments', 'FindTreatments', 'TreatmentSource', -           'TreatmentFile', 'TreatmentFileType', 'TreatmentFileSource'] +           'TreatmentFile', 'TreatmentFileType', 'TreatmentFileSource', +           'CommunicabilityType'] | 
