Open
Description
Similar to #12, was curious if there was a recommended way to handle exception response versioning. If a custom handler is defined:
REST_FRAMEWORK = {
'EXCEPTION_HANDLER': 'foo.bar.custom_exception_handler'
}
We can introspect the version in the handler, but was curious if there was a better way to approach it.
Metadata
Metadata
Assignees
Labels
No labels