Skip to content

View function is shown incorrectly #1642

Closed
@bakefayat

Description

@bakefayat

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'

backend_base.views.view

source of issue: mario-signorino on stackoverflow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions