Skip to content

Schema: Exclude OPTIONS/HEAD for ViewSet actions#5532

Merged
carltongibson merged 1 commit intoencode:masterfrom
carltongibson:372/5528-detail_route-correctly-exclude-OPTIONS-from-schema
Oct 25, 2017
Merged

Schema: Exclude OPTIONS/HEAD for ViewSet actions#5532
carltongibson merged 1 commit intoencode:masterfrom
carltongibson:372/5528-detail_route-correctly-exclude-OPTIONS-from-schema

Conversation

@carltongibson
Copy link
Copy Markdown
Collaborator

Closes #5528.

Viewset custom actions (@detail_route etc) OPTIONS (and HEAD) methods were not being excluded from Schema Generations.

This PR adds a test reproducing the reported error and adjusts EndpointEnumerator.get_allowed_methods() to filter ViewSet actions in the same way as other APIViews

Closes encode#5528.

Viewset custom actions (@detail_route etc) OPTIONS (and HEAD) methods were not being excluded from Schema Generations.

This PR adds a test reproducing the reported error and adjusts `EndpointEnumerator.get_allowed_methods()` to filter ViewSet actions in the same way as other `APIView`s
@carltongibson carltongibson added this to the 3.7.2 milestone Oct 25, 2017
@carltongibson carltongibson merged commit 7261ae6 into encode:master Oct 25, 2017
@carltongibson carltongibson deleted the 372/5528-detail_route-correctly-exclude-OPTIONS-from-schema branch October 25, 2017 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant