Skip to content

TypeError when on a view with keyword arguments #4

@tremby

Description

@tremby

On a URL with a placeholder, meaning its view gets keyword arguments named after the URL placeholders, such as

url(r'^admin/video/(?P<id>[0-9]+)/download$', admin.video_download, name='admin.video.download'),

I get

TypeError: view_decorator() got an unexpected keyword argument 'id'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions