diff options
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 |
commit | fad6e25db506aa4770a71fd89f13493e2a8efb1c (patch) | |
tree | 799794111e7efb7df84f8861bf3946d9a76bb6dc /archaeological_context_records/models.py | |
parent | 16a47f887447ecccd56fc848aee95fa56af92548 (diff) | |
download | Ishtar-fad6e25db506aa4770a71fd89f13493e2a8efb1c.tar.bz2 Ishtar-fad6e25db506aa4770a71fd89f13493e2a8efb1c.zip |
Update values doc
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r-- | archaeological_context_records/models.py | 4 |
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: |