summaryrefslogtreecommitdiff
path: root/archaeological_finds/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r--archaeological_finds/models.py2
1 files changed, 1 insertions, 1 deletions
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',