summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-24 19:21:02 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:25 +0100
commitfad6e25db506aa4770a71fd89f13493e2a8efb1c (patch)
tree799794111e7efb7df84f8861bf3946d9a76bb6dc /archaeological_context_records
parent16a47f887447ecccd56fc848aee95fa56af92548 (diff)
downloadIshtar-fad6e25db506aa4770a71fd89f13493e2a8efb1c.tar.bz2
Ishtar-fad6e25db506aa4770a71fd89f13493e2a8efb1c.zip
Update values doc
Diffstat (limited to 'archaeological_context_records')
-rw-r--r--archaeological_context_records/models.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index 1576088ed..6a3d2254b 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -663,6 +663,10 @@ class ContextRecord(BulkUpdatedItem, DocumentItem, BaseHistorizedItem,
})
return dct
+ DOC_VALUES = [
+ ("base_finds.", _("List of associated base finds")),
+ ]
+
def get_values(self, prefix='', no_values=False, filtr=None, **kwargs):
no_base_finds = True
if "no_base_finds" in kwargs: