diff options
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r-- | archaeological_operations/models.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 28bc4614a..dd3302251 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -402,6 +402,14 @@ class Operation(ClosedItem, BaseHistorizedItem, OwnPerms, ValueGetter, pgettext_lazy(TXT_SEARCH_COMMENT, u"in-charge"), 'in_charge__cached_label__iexact' ), + 'scientist': ( + pgettext_lazy(TXT_SEARCH_COMMENT, u"scientist"), + 'scientist__cached_label__iexact' + ), + 'operator': ( + pgettext_lazy(TXT_SEARCH_COMMENT, u"operator"), + 'operator__cached_label__iexact' + ), 'periods': ( pgettext_lazy(TXT_SEARCH_COMMENT, u"period"), 'periods__pk' |