Skip to content

ListViewActionMixin

ListViewActionMixin

djadmin.actions.view_mixins.ListViewActionMixin

Mixin for actions that use ListView.

Use for actions that display lists of objects with pagination. Typically the main list view for a model.

Examples

class ListViewAction(ListViewActionMixin, BaseAction): pass

Method Resolution Order

  1. djadmin.actions.view_mixins.ListViewActionMixin

Attributes

Attribute Value Defined in
base_class django.views.generic.list.ListView djadmin.actions.view_mixins.ListViewActionMixin

Fields

Field Type Related To
__dict__ getset_descriptor -
__weakref__ getset_descriptor -