From 24086b977c19258ed7491c0dbc37ff8d3659d9eb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 6 Apr 2026 20:46:23 +0200 Subject: ✨ sites - relations between finds: models, migrations, admin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/models.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'archaeological_finds/models.py') diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py index d79369711..2527a4c83 100644 --- a/archaeological_finds/models.py +++ b/archaeological_finds/models.py @@ -14,6 +14,8 @@ from archaeological_finds.models_finds import ( FindBasket, FindDating, FindInsideContainer, + FindRecordRelations, + FindRelationType, FindTreatment, FirstBaseFindView, FunctionalArea, @@ -78,6 +80,8 @@ __all__ = [ "FindDownstreamTreatments", "FindInsideContainer", "FindNonModifTreatments", + "FindRecordRelations", + "FindRelationType", "FindTreatment", "FindTreatments", "FindUpstreamTreatments", -- cgit v1.2.3