mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Revise plugins documentation
This commit is contained in:
@@ -44,7 +44,7 @@ class ObjectListView(BaseMultiObjectView):
|
||||
filterset: A django-filter FilterSet that is applied to the queryset
|
||||
filterset_form: The form class used to render filter options
|
||||
actions: Supported actions for the model. When adding custom actions, bulk action names must
|
||||
be prefixed with `bulk_`. Default actions: add, import, export, bulk_edit, bulk_delete
|
||||
be prefixed with `bulk_`. Default actions: add, import, export, bulk_edit, bulk_delete
|
||||
action_perms: A dictionary mapping supported actions to a set of permissions required for each
|
||||
"""
|
||||
template_name = 'generic/object_list.html'
|
||||
|
Reference in New Issue
Block a user