Skip to content

Support Django path in ViewSet decorator action #8126

Discussion options

You must be logged in to vote

I think that was added in #6789 (released in DRF 3.15 earlier this year)

You need to set it at the router level:

- my_router = SimpleRouter()
+ my_router = SimpleRouter(use_regex_path=False)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tomchristie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants