Schema generator overwrites explicitly defined url patterns to views with common methods. #4463
Closed
6 tasks done
Labels
Milestone
Checklist
master
branch of Django REST framework.Steps to reproduce
get
method/snippets/
,/snippets/{pk}
)Expected behaviour
Given a "list" and "detail" view with explicitly defined urlpatterns, and that the views support common HTTP methods, Document Link objects should be created for both the "list" and "detail" endpoints.
Actual behaviour
A link is only created for the "detail" route.
The text was updated successfully, but these errors were encountered: