diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-19 15:51:21 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-19 15:51:21 +0100 |
commit | 266836701081d674db486ebf70d8a3960493a9fc (patch) | |
tree | 60043b09fb91643e302e6ecb69d30a1dbb3ce60b /archaeological_operations | |
parent | 1da5669b4e24621d43a1e6c9c7a519e180a9e302 (diff) | |
download | Ishtar-266836701081d674db486ebf70d8a3960493a9fc.tar.bz2 Ishtar-266836701081d674db486ebf70d8a3960493a9fc.zip |
Improve search vector indexation
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/forms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index b1f87c249..d26af8771 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -1287,6 +1287,7 @@ class OperationSourceForm(SourceForm): "operation": unicode(operation), 'last_val': max_val}) return cleaned_data + SourceOperationFormSelection = get_form_selection( 'SourceOperationFormSelection', _(u"Operation search"), 'operation', models.Operation, OperationSelect, 'get-operation', |