ListView¶
- class djmvc.views.list.ListView(**kwargs)[source]¶
Bases:
ListMixin,JsonMixin,SearchMixin,FilterMixin,PaginationMixin,Tables2Mixin,TemplateViewMixin,ModelMixin,ListViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
DetailListView¶
- class djmvc.views.list.DetailListView(**kwargs)[source]¶
Bases:
ObjectMixin,ListViewList 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.