Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add missing argument 'detail' to Route #5920

Merged
merged 1 commit into from Apr 5, 2018

Commits on Apr 5, 2018

  1. Docs: Add missing argument 'detail' to Route

    The namedtuple Route requires `detail` to be specified, otherwise it
    fails with:
    `TypeError: __new__() missing 1 required positional argument: 'detail'`
    
    See https://github.com/encode/django-rest-framework/pull/5705/files#diff-88b0cad65f9e1caad64e0c9bb44615f9R34
    michael-k committed Apr 5, 2018
    Copy the full SHA
    f4f07d7 View commit details
    Browse the repository at this point in the history