diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-21 14:59:26 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-21 14:59:26 +0200 |
commit | 9f2605ac1290b25b8eab626bf1d5b8b68b049092 (patch) | |
tree | 05157efc0c9a188823372bb8f171912add11e2e1 /archaeological_finds/models.py | |
parent | 82fa5eed0e7a25b93c56c97011d454e595665b65 (diff) | |
download | Ishtar-9f2605ac1290b25b8eab626bf1d5b8b68b049092.tar.bz2 Ishtar-9f2605ac1290b25b8eab626bf1d5b8b68b049092.zip |
Fix search parameters (refs #3064)
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r-- | archaeological_finds/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py index fcbeb2d25..016bf4d45 100644 --- a/archaeological_finds/models.py +++ b/archaeological_finds/models.py @@ -339,7 +339,7 @@ class Find(BaseHistorizedItem, ImageModel, OwnPerms, ShortMenuItem): ('file', 'base_finds__context_record__operation__associated_file__pk') ] BASE_REQUEST = {'downstream_treatment__isnull': True} - EXTRA_KEYS = { + EXTRA_REQUEST_KEYS = { 'base_finds__cache_short_id': 'base_finds__cache_short_id__icontains', 'base_finds__cache_complete_id': |