-
-
Notifications
You must be signed in to change notification settings - Fork 494
Closed
Description
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?
Metadata
Metadata
Assignees
Labels
No labels