Commit ffae174f authored by Rad Cirskis's avatar Rad Cirskis

fixed formatting...

parent 2c06e693
......@@ -1689,8 +1689,8 @@ class BaseModelView(BaseView, ActionsMixin):
filters=self._get_list_filter_args(),
extra_args=dict([
(k, v) for k, v in request.args.items()
if k not in ('page', 'page_size', 'sort', 'desc', 'search', )
and not k.startswith('flt')
if k not in ('page', 'page_size', 'sort', 'desc', 'search', ) and
not k.startswith('flt')
]))
def _get_filters(self, filters):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment