From e7cd1e316b9f37e553ae52c830001cc4bc06428a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 27 Aug 2025 14:20:57 +0200 Subject: ✨ finds: change collection to m2m, add owner and ownership (#6082) 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 c03e17f18..7d5a9617d 100644 --- a/archaeological_finds/models.py +++ b/archaeological_finds/models.py @@ -26,6 +26,8 @@ from archaeological_finds.models_finds import ( ObjectType, ObjectTypeQualityType, OriginalReproduction, + OwnershipStatus, + OwnerType, Property, RemarkabilityType, TechnicalAreaType, -- cgit v1.2.3