mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-28 14:41:03 +03:00
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 `APIView`s |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| generators.py | ||
| inspectors.py | ||
| utils.py | ||
| views.py | ||