From 277829bdf01336802b452e7c81a0f2e3e2f6ecd3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 2 Feb 2017 09:57:02 +0100 Subject: Finds: batch is now a real type (refs #3435) --- archaeological_finds/models.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'archaeological_finds/models.py') diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py index 50c42ef30..1a1ef063d 100644 --- a/archaeological_finds/models.py +++ b/archaeological_finds/models.py @@ -1,6 +1,6 @@ from archaeological_finds.models_finds import MaterialType, ConservatoryState,\ PreservationType, IntegrityType, RemarkabilityType, ObjectType, BaseFind, \ - FindBasket, Find, FindSource, Property, IS_ISOLATED_CHOICES, CHECK_CHOICES + FindBasket, Find, FindSource, Property, CHECK_CHOICES, BatchType from archaeological_finds.models_treatments import TreatmentType, Treatment, \ AbsFindTreatments, FindUpstreamTreatments, FindDownstreamTreatments, \ FindTreatments, TreatmentSource, TreatmentFile, TreatmentFileType, \ @@ -9,8 +9,7 @@ from archaeological_finds.models_treatments import TreatmentType, Treatment, \ __all__ = ['MaterialType', 'ConservatoryState', 'PreservationType', 'IntegrityType', 'RemarkabilityType', 'ObjectType', 'BaseFind', 'FindBasket', 'Find', 'FindSource', 'Property', - 'IS_ISOLATED_CHOICES', 'CHECK_CHOICES', - 'TreatmentType', 'TreatmentState', 'Treatment', 'AbsFindTreatments', - 'FindUpstreamTreatments', 'FindDownstreamTreatments', - 'FindTreatments', 'TreatmentSource', 'TreatmentFile', - 'TreatmentFileType', 'TreatmentFileSource'] + 'CHECK_CHOICES', 'BatchType', 'TreatmentType', 'TreatmentState', + 'Treatment', 'AbsFindTreatments', 'FindUpstreamTreatments', + 'FindDownstreamTreatments', 'FindTreatments', 'TreatmentSource', + 'TreatmentFile', 'TreatmentFileType', 'TreatmentFileSource'] -- cgit v1.2.3