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.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py
index ef5a5b9a5..d79369711 100644
--- a/archaeological_finds/models.py
+++ b/archaeological_finds/models.py
@@ -41,11 +41,14 @@ from archaeological_finds.models_treatments import (
AbsFindTreatments,
Exhibition,
ExhibitionType,
+ FollowUpActionType,
Treatment,
FindDownstreamTreatments,
FindNonModifTreatments,
FindTreatments,
FindUpstreamTreatments,
+ StatementCondition,
+ StatementConditionType,
TreatmentFile,
TreatmentFileType,
TreatmentInputStatus,
@@ -78,6 +81,7 @@ __all__ = [
"FindTreatment",
"FindTreatments",
"FindUpstreamTreatments",
+ "FollowUpActionType",
"FunctionalArea",
"IntegrityType",
"InventoryConformity",
@@ -89,9 +93,13 @@ __all__ = [
"ObjectType",
"ObjectTypeQualityType",
"OriginalReproduction",
+ "OwnershipStatus",
+ "OwnerType",
"Property",
"RemarkabilityType",
"RecommendedTreatmentType",
+ "StatementCondition",
+ "StatementConditionType",
"TechnicalAreaType",
"TechnicalProcessType",
"Treatment",