web.views.account_views.AccountFilterView module

Module with the web.views.AccountFilterView view.

class web.views.account_views.AccountFilterView.AccountFilterView(**kwargs)[source]

Bases: LoginRequiredMixin, FilterPageView

View for filtering listed core.models.Account instances.

URL_NAME = 'account-filter-list'
model

alias of Account

template_name = 'web/account/account_filter_list.html'
filterset_class

alias of AccountFilterSet

ordering = ['-is_favorite', 'mail_address']
get_queryset()[source]

Restricts the queryset to objects owned by the requesting user.

Return type:

QuerySet