From 93ece4d67007e86066726d9b724a7fefa86db68f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 30 Sep 2025 14:06:45 +0200 Subject: 🗃️ finds - specific tables for recommended treatments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_finds/models.py') 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", -- cgit v1.2.3