You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
As of Django 4.1, the newly introduced
View.view_is_async
is showing in CCBV asFalse
, but it should be a method on the class. This is a bug caused by the fact that we use theinspect
module to load in the code. See #182, which proposes one solution -- replacing theinspect
module.The text was updated successfully, but these errors were encountered: