summaryrefslogtreecommitdiff
path: root/archaeological_finds/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-21 17:06:53 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-24 18:09:08 +0100
commitbc6cf94def73926e6f6bb986d61e5861a17584e2 (patch)
treeba4a7438cd6594c02938ad3211d523c6dd28a79f /archaeological_finds/models.py
parent1b72554283f5c9e0644262a3f182409376870991 (diff)
downloadIshtar-bc6cf94def73926e6f6bb986d61e5861a17584e2.tar.bz2
Ishtar-bc6cf94def73926e6f6bb986d61e5861a17584e2.zip
✨ treatment state refactoring -> distinct input status and treatment status (refs #6182) - treatments: search criteria
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",
]