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