From 01367ba32a282a439d72c3669613889c579aeb89 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 10 Oct 2017 17:37:54 +0200 Subject: Preservation type disappearing (refs #3752) --- archaeological_finds/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_finds/models.py') diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py index f0dcf96c4..2f7c547b8 100644 --- a/archaeological_finds/models.py +++ b/archaeological_finds/models.py @@ -8,7 +8,7 @@ from archaeological_finds.models_treatments import Treatment, \ FindTreatments, TreatmentSource, TreatmentFile, TreatmentFileType, \ TreatmentFileSource, TreatmentState -__all__ = ['MaterialType', 'ConservatoryState', 'PreservationType', +__all__ = ['MaterialType', 'ConservatoryState', 'IntegrityType', 'RemarkabilityType', 'ObjectType', 'BaseFind', 'FindBasket', 'Find', 'FindSource', 'Property', 'BFBulkView', 'FBulkView', 'FirstBaseFindView', 'AlterationType', -- cgit v1.2.3