manager: don't expose ods export as it's too slow (#26450)

This commit is contained in:
Frédéric Péters 2018-09-17 10:09:38 +02:00
parent b45882171e
commit e71b65b0cc
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ class SearchFormMixin(object):
class FormatsContextData(object):
'''Export list of supported formats in context'''
formats = ['csv', 'json', 'ods']
formats = ['csv', 'json']
def get_context_data(self, **kwargs):
ctx = super(FormatsContextData, self).get_context_data(**kwargs)