diff options
Diffstat (limited to 'archaeological_finds/models_finds.py')
| -rw-r--r-- | archaeological_finds/models_finds.py | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index bab3dae9f..3924ee106 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1841,6 +1841,10 @@ class Find(BulkUpdatedItem, ValueGetter, DocumentItem, BaseHistorizedItem,              return          return self.base_finds.order_by('-pk').all()[0] +    DOC_VALUES = [ +        ("base_finds.", _("List of associated base finds")), +    ] +      def get_values(self, prefix='', no_values=False, filtr=None, **kwargs):          no_base_finds = False          if "no_base_finds" in kwargs: | 
