diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-22 11:24:52 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-03-10 11:11:46 +0100 |
| commit | 5311aea5f9b9bd0fbfb12e368560ddd5d150162b (patch) | |
| tree | 4a4050af45b81a1de8b1a32b3f34016bf3499bb2 /archaeological_finds/models.py | |
| parent | ec65aff80a94fce6f74c4f89673abc579cc53310 (diff) | |
| download | Ishtar-5311aea5f9b9bd0fbfb12e368560ddd5d150162b.tar.bz2 Ishtar-5311aea5f9b9bd0fbfb12e368560ddd5d150162b.zip | |
🚧 Statement condition: models
Diffstat (limited to 'archaeological_finds/models.py')
| -rw-r--r-- | archaeological_finds/models.py | 8 |
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", |
