diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-06 20:46:23 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-07 19:25:04 +0200 |
| commit | 24086b977c19258ed7491c0dbc37ff8d3659d9eb (patch) | |
| tree | 5043813254d15a3f97063b5159265d086bf18a92 /archaeological_finds/models.py | |
| parent | 8f7bbc610d667353f9e8cb8e4ce1ed5de4f77449 (diff) | |
| download | Ishtar-24086b977c19258ed7491c0dbc37ff8d3659d9eb.tar.bz2 Ishtar-24086b977c19258ed7491c0dbc37ff8d3659d9eb.zip | |
✨ sites - relations between finds: models, migrations, admin
Diffstat (limited to 'archaeological_finds/models.py')
| -rw-r--r-- | archaeological_finds/models.py | 4 |
1 files changed, 4 insertions, 0 deletions
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", |
