From e401941a57c84157a6cec7a6cd37e107fb147377 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 12 Dec 2016 15:15:09 +0100 Subject: Manage treatment / treatment files sources --- archaeological_finds/models.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'archaeological_finds/models.py') diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py index b64da70e3..f9d93b1a9 100644 --- a/archaeological_finds/models.py +++ b/archaeological_finds/models.py @@ -3,7 +3,8 @@ from archaeological_finds.models_finds import MaterialType, ConservatoryState,\ FindBasket, Find, FindSource, Property, IS_ISOLATED_CHOICES, CHECK_CHOICES from archaeological_finds.models_treatments import TreatmentType, Treatment, \ AbsFindTreatments, FindUpstreamTreatments, FindDownstreamTreatments, \ - FindTreatments, TreatmentSource, TreatmentFile, TreatmentFileType + FindTreatments, TreatmentSource, TreatmentFile, TreatmentFileType, \ + TreatmentFileSource __all__ = ['MaterialType', 'ConservatoryState', 'PreservationType', 'IntegrityType', 'RemarkabilityType', 'ObjectType', @@ -12,4 +13,4 @@ __all__ = ['MaterialType', 'ConservatoryState', 'PreservationType', 'TreatmentType', 'Treatment', 'AbsFindTreatments', 'FindUpstreamTreatments', 'FindDownstreamTreatments', 'FindTreatments', 'TreatmentSource', 'TreatmentFile', - 'TreatmentFileType'] \ No newline at end of file + 'TreatmentFileType', 'TreatmentFileSource'] \ No newline at end of file -- cgit v1.2.3