diff options
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r-- | archaeological_finds/models.py | 11 |
1 files changed, 5 insertions, 6 deletions
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'] |