Skip to content

View.view_is_async should not be a bool #184

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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