Skip to content

Missing decorator stubs #37

@mattbasta

Description

@mattbasta

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions