Skip to content

View.view_is_async should not be a bool #184

@meshy

Description

@meshy

As of Django 4.1, the newly introduced View.view_is_async is showing in CCBV as False, but it should be a method on the class. This is a bug caused by the fact that we use the inspect module to load in the code. See #182, which proposes one solution -- replacing the inspect module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions