-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented DJANGO_EASY_AUDIT_PROPAGATE_EXCEPTIONS
setting
#248
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not a maintainer so am providing community feedback. Added a couple of comments.
I like this extra setting. Every once in a while I see some exceptions in pytest output that are suppressed.
Hi @jheld , I reworked PR for a single setting and added test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks!
There are a few lines (raises e
) where no should_propagate_exceptions()
is called first. Are those checks missing there?
I only modified top-level try/catch blocks, not sure if we need to change inner ones. |
DJANGO_EASY_AUDIT_DEBUG_SIGNALS
settingDJANGO_EASY_AUDIT_PROPAGATE_EXCEPTIONS
setting
Hi, how can we proceed with this? |
Hi @jheld ,
This is a PR for #247 , let me know if there's something I need to change.