Paths added with format_suffix_patterns aren't excluded from OpenAPI schema #8550
Unanswered
taasan
asked this question in
Potential Issue
Replies: 1 comment
-
This is still there in 3.14.0 and leads to duplicate endpoints in generated OpenAPI schema. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
djangorestframework: 3.13.1
django: 3.1.14
By the time this reaches
EndpointEnumerator.should_include_endpoint
path is/stats{format}
, not/stats.{format}
and it's not excluded.Beta Was this translation helpful? Give feedback.
All reactions