drf-standardized-errors
drf-standardized-errors copied to clipboard
[Feature] Add option to hide 500 error details
#42
- [x] Added setting
HIDE_500_ERROR_DETAILSand set it toFalseby default to ensure backward compatibility - [x] Added test for the same
- [x] Changed the "Internal server error." to "Unhandled server error." in tests to avoid conflict between the message from
hide_500_error_details