diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-11 19:00:29 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-11 19:00:29 +0200 |
| commit | 72de941ef9ec59b282e056c28339a414c2b8b162 (patch) | |
| tree | 3db3213d2e87cfcdeb7d1245fe239ec3188eb01e /archaeological_operations/views.py | |
| parent | 3120af6c41157b71561d6fd5a68fc6022f6dbadf (diff) | |
| parent | f9e0e0518c087febb5bf0eb89eac34f685559970 (diff) | |
| download | Ishtar-72de941ef9ec59b282e056c28339a414c2b8b162.tar.bz2 Ishtar-72de941ef9ec59b282e056c28339a414c2b8b162.zip | |
Merge branch 'master' into v0.9
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', |
