Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View.view_is_async should not be a bool #184

Open
meshy opened this issue Oct 16, 2022 · 0 comments
Open

View.view_is_async should not be a bool #184

meshy opened this issue Oct 16, 2022 · 0 comments
Labels

Comments

@meshy
Copy link
Contributor

meshy commented Oct 16, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant