From 572b9047260322ed19cc9f674657b8be8d62c052 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 1 Jun 2018 15:50:52 +0200 Subject: Adapt forms, wizards, views, urls for new management of documents (refs #4107) --- archaeological_finds/models.py | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'archaeological_finds/models.py') diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py index 7e53b514d..1052edb19 100644 --- a/archaeological_finds/models.py +++ b/archaeological_finds/models.py @@ -1,23 +1,20 @@ -from archaeological_finds.models_finds import MaterialType, ConservatoryState,\ +from archaeological_finds.models_finds import MaterialType, ConservatoryState, \ IntegrityType, RemarkabilityType, ObjectType, BaseFind, \ - FindBasket, Find, FindSource, Property, CHECK_CHOICES, BatchType, \ + FindBasket, Find, Property, CHECK_CHOICES, BatchType, \ BFBulkView, FBulkView, FirstBaseFindView, AlterationType, \ AlterationCauseType, TreatmentEmergencyType, TreatmentType, \ - CommunicabilityType, MaterialTypeQualityType, ObjectTypeQualityType, \ - FindImage + CommunicabilityType, MaterialTypeQualityType, ObjectTypeQualityType from archaeological_finds.models_treatments import Treatment, \ AbsFindTreatments, FindUpstreamTreatments, FindDownstreamTreatments, \ - FindTreatments, TreatmentSource, TreatmentFile, TreatmentFileType, \ - TreatmentFileSource, TreatmentState, TreatmentImage + FindTreatments, TreatmentFile, TreatmentFileType, \ + TreatmentState -__all__ = ['MaterialType', 'ConservatoryState', - 'IntegrityType', 'RemarkabilityType', 'ObjectType', - 'BaseFind', 'FindBasket', 'Find', 'FindSource', 'Property', - 'BFBulkView', 'FBulkView', 'FirstBaseFindView', 'AlterationType', - 'AlterationCauseType', 'TreatmentEmergencyType', +__all__ = ['MaterialType', 'ConservatoryState', 'IntegrityType', + 'RemarkabilityType', 'ObjectType', 'BaseFind', 'FindBasket', 'Find', + 'Property', 'BFBulkView', 'FBulkView', 'FirstBaseFindView', + 'AlterationType', 'AlterationCauseType', 'TreatmentEmergencyType', 'CHECK_CHOICES', 'BatchType', 'TreatmentType', 'TreatmentState', 'Treatment', 'AbsFindTreatments', 'FindUpstreamTreatments', - 'FindDownstreamTreatments', 'FindTreatments', 'TreatmentSource', - 'TreatmentFile', 'TreatmentFileType', 'TreatmentFileSource', - 'CommunicabilityType', 'MaterialTypeQualityType', - 'ObjectTypeQualityType', 'TreatmentImage', 'FindImage'] + 'FindDownstreamTreatments', 'FindTreatments', 'TreatmentFile', + 'TreatmentFileType', 'CommunicabilityType', + 'MaterialTypeQualityType', 'ObjectTypeQualityType'] -- cgit v1.2.3