diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-16 17:43:20 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-16 17:43:20 +0200 |
commit | 74b5ed4972570919f2655948b9c2655892ae19c8 (patch) | |
tree | a5bc8855e2fb99ea3b753298f2d6b83f512d897a /archaeological_operations/views.py | |
parent | 9b7699ff154f1736c9ed0a93d061812c8296a86f (diff) | |
download | Ishtar-74b5ed4972570919f2655948b9c2655892ae19c8.tar.bz2 Ishtar-74b5ed4972570919f2655948b9c2655892ae19c8.zip |
Docs: search by operation code (refs #3015)
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 baed806b3..a146b92f4 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -180,6 +180,7 @@ get_operationsource = get_item( 'comment': 'comment__icontains', 'additional_information': 'additional_information__icontains', 'operation__towns': 'operation__towns__pk', + 'operation__operation_code': 'operation__operation_code', 'operation__code_patriarche': 'operation__code_patriarche', 'operation__operation_type': 'operation__operation_type__pk', 'operation__year': 'operation__year'}) |