summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-04-01 12:37:31 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-04-01 12:37:31 +0200
commit1c4f2610c5003e24dc2a695290e54b1c931abdc2 (patch)
tree464359ef144196cf1d8da29de1c9f4f113bb099d /archaeological_finds
parent32f5c7fc925e0dce5dfcca35383dd52ae766bfee (diff)
downloadIshtar-develop-5.0-BPC.tar.bz2
Ishtar-develop-5.0-BPC.zip
✨ general management of filter on types - filter qualification types for actorsdevelop-5.0-BPC
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/models_finds.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py
index 9b4156a9d..b57002532 100644
--- a/archaeological_finds/models_finds.py
+++ b/archaeological_finds/models_finds.py
@@ -207,6 +207,7 @@ class TreatmentType(HierarchicalType):
initial=None,
force=False,
full_hierarchy=False,
+ limit=None
):
types = super(TreatmentType, cls).get_types(
dct=dct,
@@ -217,6 +218,7 @@ class TreatmentType(HierarchicalType):
initial=initial,
force=force,
full_hierarchy=full_hierarchy,
+ limit=limit
)
if dct and not exclude:
rank = 0