summaryrefslogtreecommitdiff
path: root/archaeological_finds/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-04-16 15:05:10 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-04-16 17:36:29 +0200
commit175fadb6eab2abdbbf2d233173111de19efb7745 (patch)
tree3e2a865cf0347226612cf10cd8d16c05c8f8f4d9 /archaeological_finds/models.py
parente2e493bb66e8ffa88a5b5cce27020c74e4ec23c0 (diff)
downloadIshtar-175fadb6eab2abdbbf2d233173111de19efb7745.tar.bz2
Ishtar-175fadb6eab2abdbbf2d233173111de19efb7745.zip
✨ admin: iconographic pattern types, listed building protection - add default data
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r--archaeological_finds/models.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py
index 2527a4c83..3b02d751e 100644
--- a/archaeological_finds/models.py
+++ b/archaeological_finds/models.py
@@ -19,9 +19,11 @@ from archaeological_finds.models_finds import (
FindTreatment,
FirstBaseFindView,
FunctionalArea,
+ IconographicPatternType,
IntegrityType,
InventoryConformity,
InventoryMarkingPresence,
+ ListedBuildingProtectionNature,
MarkingType,
MaterialType,
MaterialTypeQualityType,
@@ -87,9 +89,11 @@ __all__ = [
"FindUpstreamTreatments",
"FollowUpActionType",
"FunctionalArea",
+ "IconographicPatternType",
"IntegrityType",
"InventoryConformity",
"InventoryMarkingPresence",
+ "ListedBuildingProtectionNature",
"MarkingType",
"MaterialType",
"MaterialTypeQualityType",