Right now when the app is in debug mode, backend exceptions get
re-raised; this change adds the possibility to override this by using
the setting CACHE_IGNORE_BACKEND_ERRORS. This defaults to the inverse of
app.debug, to maintain current functionality.
Right now when the app is in debug mode, backend exceptions get re-raised; this change adds the possibility to override this by using the setting CACHE_IGNORE_BACKEND_ERRORS. This defaults to the inverse of app.debug, to maintain current functionality.