summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-12-23 11:03:43 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:20:59 +0100
commit86e7cdc9c8db51799b13378abbca9eb5ec7ec099 (patch)
tree140db349aed72e459f62bdefc36d2ef46e519fdb /archaeological_finds
parent8b173f3397fd7f82cdc1b7377d1b62d5eec0eb14 (diff)
downloadIshtar-86e7cdc9c8db51799b13378abbca9eb5ec7ec099.tar.bz2
Ishtar-86e7cdc9c8db51799b13378abbca9eb5ec7ec099.zip
Syndication - fix pin search
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/models_finds.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py
index 1672a9c3c..bc1d64ee6 100644
--- a/archaeological_finds/models_finds.py
+++ b/archaeological_finds/models_finds.py
@@ -1173,6 +1173,7 @@ class Find(
"documents__associated_file__isnull",
]
BOOL_FIELDS = ["is_complete"]
+ CALLABLE_BOOL_FIELDS = ["loan"]
RELATION_TYPES_PREFIX = {
"ope_relation_types": "base_finds__context_record__operation__",
"cr_relation_types": "base_finds__context_record__",