django-rest-framework-version-transforms
django-rest-framework-version-transforms copied to clipboard
A library to enable the use of delta transformations for versioning of Django Rest Framwork API representations.
Results
2
django-rest-framework-version-transforms issues
Sort by
recently updated
recently updated
newest added
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' } ```...
Thanks for your work on this library, it's been very useful! We have a few version changes where, rather than changes the values within a response, are changing what's sent...