Skip to content

GeneralActionMixin

GeneralActionMixin

djadmin.actions.base.GeneralActionMixin

Mixin for actions that operate on the list view.

List actions don't require any record selection. They're displayed as buttons in the ListView toolbar.

Examples

  • AddAction (create new record)
  • ImportAction (import multiple records)
  • ExportAllAction (export all records)

Method Resolution Order

  1. djadmin.actions.base.GeneralActionMixin

Attributes

Attribute Value Defined in
action_type general djadmin.actions.base.GeneralActionMixin

Fields

Field Type Related To
__dict__ getset_descriptor -
__weakref__ getset_descriptor -