diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-09-30 14:06:45 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-02 23:15:26 +0200 |
commit | 93ece4d67007e86066726d9b724a7fefa86db68f (patch) | |
tree | 33979ef9781993a9e983b0dcf4b6937fdead229a /archaeological_finds/models.py | |
parent | cacd9f9389b4ccf136cf50191a36b7fbaf4bbded (diff) | |
download | Ishtar-93ece4d67007e86066726d9b724a7fefa86db68f.tar.bz2 Ishtar-93ece4d67007e86066726d9b724a7fefa86db68f.zip |
🗃️ finds - specific tables for recommended treatments
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r-- | archaeological_finds/models.py | 2 |
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", |