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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py
index 1052edb19..98d495d7c 100644
--- a/archaeological_finds/models.py
+++ b/archaeological_finds/models.py
@@ -1,5 +1,5 @@
from archaeological_finds.models_finds import MaterialType, ConservatoryState, \
- IntegrityType, RemarkabilityType, ObjectType, BaseFind, \
+ CheckedType, IntegrityType, RemarkabilityType, ObjectType, BaseFind, \
FindBasket, Find, Property, CHECK_CHOICES, BatchType, \
BFBulkView, FBulkView, FirstBaseFindView, AlterationType, \
AlterationCauseType, TreatmentEmergencyType, TreatmentType, \
@@ -9,7 +9,7 @@ from archaeological_finds.models_treatments import Treatment, \
FindTreatments, TreatmentFile, TreatmentFileType, \
TreatmentState
-__all__ = ['MaterialType', 'ConservatoryState', 'IntegrityType',
+__all__ = ['MaterialType', 'ConservatoryState', 'IntegrityType', 'CheckedType',
'RemarkabilityType', 'ObjectType', 'BaseFind', 'FindBasket', 'Find',
'Property', 'BFBulkView', 'FBulkView', 'FirstBaseFindView',
'AlterationType', 'AlterationCauseType', 'TreatmentEmergencyType',