ListActionView¶
- class djcrud.views.list_action.ListActionView(**kwargs)[source]¶
Bases:
ListActionMixin,ActionMixin,FormViewBulk action form opened from the list action bar.
Includes
ActionMixin+ObjectListPermissionMixin(via the mixin) so per-target permission checks are performed uniformly. Overridehas_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.