diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-11 19:04:54 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-11 19:04:54 +0200 |
| commit | 83868ab30af01e444fa46eeeafcb5027a2a4ed37 (patch) | |
| tree | f6e15f9d597e58122b1786fad748a7f481905e19 /archaeological_operations/views.py | |
| parent | bf816879ac151913cb45ce51b6136f3eafddfded (diff) | |
| parent | f102f5855c878f35a529aa6e1947e7516a1a67fa (diff) | |
| download | Ishtar-83868ab30af01e444fa46eeeafcb5027a2a4ed37.tar.bz2 Ishtar-83868ab30af01e444fa46eeeafcb5027a2a4ed37.zip | |
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'archaeological_operations/views.py')
| -rw-r--r-- | archaeological_operations/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index 84e98010e..ae82e9e89 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -148,6 +148,7 @@ get_operation = get_item( relative_session_names=[('file', 'associated_file__pk')], extra_request_keys={ 'common_name': 'common_name__icontains', + 'cached_label': 'cached_label__icontains', 'comment': 'comment__icontains', 'scientific_documentation_comment': 'scientific_documentation_comment__icontains', |
