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
I'm seeing a lot of missing stubs errors for Django view decorators:
podcasts/views.py:12: error: No library stub file for module 'django.views.decorators.cache'
podcasts/views.py:13: error: No library stub file for module 'django.views.decorators.csrf'
podcasts/views.py:14: error: No library stub file for module 'django.views.decorators.gzip'
podcasts/views.py:15: error: No library stub file for module 'django.views.decorators.http'
I see the decorators in the django-stubs repo, and I'm running 0.8.0. Any idea why this might be happening?
The text was updated successfully, but these errors were encountered:
I'm seeing a lot of missing stubs errors for Django view decorators:
I see the decorators in the
django-stubs
repo, and I'm running 0.8.0. Any idea why this might be happening?The text was updated successfully, but these errors were encountered: