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 ad349e315..53fa35c40 100644
--- a/archaeological_finds/models.py
+++ b/archaeological_finds/models.py
@@ -3,7 +3,7 @@ from archaeological_finds.models_finds import MaterialType, ConservatoryState, \
FindBasket, Find, Property, BatchType, BFBulkView, FBulkView, \
FirstBaseFindView, AlterationType, AlterationCauseType, \
TreatmentEmergencyType, TreatmentType, CommunicabilityType, \
- MaterialTypeQualityType, ObjectTypeQualityType
+ MaterialTypeQualityType, ObjectTypeQualityType, FindInsideContainer
from archaeological_finds.models_treatments import Treatment, \
AbsFindTreatments, FindUpstreamTreatments, FindDownstreamTreatments, \
FindTreatments, TreatmentFile, TreatmentFileType, \
@@ -18,4 +18,4 @@ __all__ = ['MaterialType', 'ConservatoryState', 'IntegrityType', 'CheckedType',
'FindNonModifTreatments', 'FindDownstreamTreatments',
'FindTreatments', 'TreatmentFile', 'TreatmentFileType',
'CommunicabilityType', 'MaterialTypeQualityType',
- 'ObjectTypeQualityType']
+ 'ObjectTypeQualityType', 'FindInsideContainer']