From 266836701081d674db486ebf70d8a3960493a9fc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 19 Jan 2018 15:51:21 +0100 Subject: Improve search vector indexation --- archaeological_operations/forms.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_operations') 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', -- cgit v1.2.3