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 | 635020aa3e046e7f4e3c2fa110683b39eebaf9c7 (patch) | |
tree | 60043b09fb91643e302e6ecb69d30a1dbb3ce60b /archaeological_operations/forms.py | |
parent | cc1eb217bd22da8fcad3bc0fd785a6889e0be157 (diff) | |
download | Ishtar-635020aa3e046e7f4e3c2fa110683b39eebaf9c7.tar.bz2 Ishtar-635020aa3e046e7f4e3c2fa110683b39eebaf9c7.zip |
Improve search vector indexation
Diffstat (limited to 'archaeological_operations/forms.py')
-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', |