web.views.account_views.AccountFilterView module¶
Module with the web.views.AccountFilterView view.
- class web.views.account_views.AccountFilterView.AccountFilterView(**kwargs)[source]¶
Bases:
LoginRequiredMixin,FilterPageViewView for filtering listed
core.models.Accountinstances.- URL_NAME = 'account-filter-list'¶
- template_name = 'web/account/account_filter_list.html'¶
- filterset_class¶
alias of
AccountFilterSet
- ordering = ['-is_favorite', 'mail_address']¶