ListView

class djmvc.views.list.ListView(**kwargs)[source]

Bases: ListMixin, JsonMixin, SearchMixin, FilterMixin, PaginationMixin, Tables2Mixin, TemplateViewMixin, ModelMixin, ListView

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

get_queryset()[source]

Scoped queryset for list and action views.

get_filter_field_names()[source]

Filter bar field names: search input plus filter_fields.

DetailListView

class djmvc.views.list.DetailListView(**kwargs)[source]

Bases: ObjectMixin, ListView

List of related rows shown on an object detail page.

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

property title

Page heading from the model’s verbose_name_plural.