We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0079c9 commit 2df58daCopy full SHA for 2df58da
1 file changed
rest_framework/schemas/generators.py
@@ -54,7 +54,7 @@ def endpoint_ordering(endpoint):
54
'PATCH': 3,
55
'DELETE': 4
56
}.get(method, 5)
57
- return (path, method_priority)
+ return (method_priority,)
58
59
60
_PATH_PARAMETER_COMPONENT_RE = re.compile(
0 commit comments