Closed
Description
by upgrading django to version 4.0.2 view function on django-debug-toolbar doesn't display properly.
The expected string should be the class name: DashboardView not "backend_base.views.view".
"backend_base" is app name.
The class itself is very simple:
class DashboardView(LoginRequiredMixin, NavBarMixin, TemplateView):
template_name = 'dashboard.html'
source of issue: mario-signorino on stackoverflow.
Metadata
Metadata
Assignees
Labels
No labels