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, 2 insertions, 0 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py
index 7d5a9617d..05577c2ee 100644
--- a/archaeological_finds/models.py
+++ b/archaeological_finds/models.py
@@ -29,6 +29,7 @@ from archaeological_finds.models_finds import (
OwnershipStatus,
OwnerType,
Property,
+ RecommendedTreatmentType,
RemarkabilityType,
TechnicalAreaType,
TechnicalProcessType,
@@ -88,6 +89,7 @@ __all__ = [
"OriginalReproduction",
"Property",
"RemarkabilityType",
+ "RecommendedTreatmentType",
"TechnicalAreaType",
"TechnicalProcessType",
"Treatment",