using register_converter() on all ModelViewSet viewsets #8800
Unanswered
parad0x96
asked this question in
Question & Answer
Replies: 1 comment 2 replies
-
This is not yet possible in DRF; but there are some existing issues and PRs ( #6148 and #6789). Hopefully, we'll get this feature very soon. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Is there a way to use path converters with ModelViewSet without explicitly writing the path urls ?
For example I have this path converter:
in
urls.py
fileBeta Was this translation helpful? Give feedback.
All reactions