From a20e6f427edfaf3ae8b8f020957134fa4a2d577d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 24 Apr 2026 18:10:29 +0200 Subject: ✨ finds - workshop, movement, style fields: model, admin, forms, views, sheet (refs #6725) 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 3b02d751e..12e6a05cb 100644 --- a/archaeological_finds/models.py +++ b/archaeological_finds/models.py @@ -40,6 +40,7 @@ from archaeological_finds.models_finds import ( TechnicalProcessType, TreatmentEmergencyType, TreatmentType, + WorkshopMovementStyleType, ) from archaeological_finds.models_treatments import ( AbsFindTreatments, @@ -118,4 +119,5 @@ __all__ = [ "TreatmentStatus", "TreatmentState", "TreatmentType", + "WorkshopMovementStyleType", ] -- cgit v1.2.3