From 10086eb832b17b596ce8db07efd910d353cce514 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 14 Aug 2018 13:17:56 +0200 Subject: Find form configuration --- archaeological_finds/models.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'archaeological_finds/models.py') 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', -- cgit v1.2.3