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, 6 insertions, 2 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py
index 90ca4bffd..c03e17f18 100644
--- a/archaeological_finds/models.py
+++ b/archaeological_finds/models.py
@@ -44,7 +44,9 @@ from archaeological_finds.models_treatments import (
FindUpstreamTreatments,
TreatmentFile,
TreatmentFileType,
- TreatmentState,
+ TreatmentInputStatus,
+ TreatmentState, # deprecated
+ TreatmentStatus,
)
__all__ = [
@@ -90,6 +92,8 @@ __all__ = [
"TreatmentEmergencyType",
"TreatmentFile",
"TreatmentFileType",
- "TreatmentType",
+ "TreatmentInputStatus",
+ "TreatmentStatus",
"TreatmentState",
+ "TreatmentType",
]