3.7.1
In this release, we are no longer toggling the flask PROPAGATE_EXCEPTIONS = True
setting in this extension. It was set in here initially to get things working with flask-restful
, but setting a global flask option in here just so that it would work with another flask extension was a poor design choice.
Note that if you are using flask-restful (or possibly other extensions) and the error handlers stop working after this update, you will need to manually set the PROPAGATE_EXCEPTIONS
setting in your configuration to keep everything working. Sorry all the inconvenience.
- Removed
PROPAGATE_EXCEPTIONS
setting from this extension - Internal cleanup and refactoring