ReportView
ReportView.template_name
ReportView.form_class
ReportView.add_form_errors_as_messages
ReportView.get_form
ReportView.form_valid
ReportView.get_context_data
ReportsAdminModule
ReportsAdminModule.name
ReportsAdminModule.breadcrumbs_menu_entry
ReportsAdminModule.get_urls
ReportsAdminModule.get_menu_entries
ReportsAdminModule.get_extra_permissions
Bases: FormView
FormView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
Return an instance of the form to be used in this view.
If the form is valid, redirect to the supplied URL.
Insert the form into the context dict.
Bases: AdminModule
AdminModule
list[django.urls.RegexURLPattern]
list[shuup.admin.base.MenuEntry]
Define custom extra permissions for admin module for option to limit certain parts of the admin module based on per user permission string. Should return unique list permission strings across the installation to prevent unwanted side effects.
list[str]