ListActionView

class djcrud.views.list_action.ListActionView(**kwargs)[source]

Bases: ListActionMixin, ActionMixin, FormView

Bulk action form opened from the list action bar.

Includes ActionMixin + ObjectListPermissionMixin (via the mixin) so per-target permission checks are performed uniformly. Override has_permission_object() for extra per-row rules after the registry check.

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