From 5311aea5f9b9bd0fbfb12e368560ddd5d150162b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 22 Jan 2026 11:24:52 +0100 Subject: 🚧 Statement condition: models MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/models.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'archaeological_finds/models.py') 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", -- cgit v1.2.3