#24733 closed New feature (fixed)
Pass exceptions to error handlers
Reported by: | Claude Paroz | Owned by: | nobody |
---|---|---|---|
Component: | HTTP handling | Version: | master |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As discussed in this thread: https://groups.google.com/forum/#!topic/django-developers/kcFqjmnlUTQ
Error views should receive the exception that triggered the view. This is especially useful to show custom messages for permission denied errors (403).
Change History (8)
comment:1 Changed 6 years ago by
Has patch: | set |
---|
comment:2 Changed 6 years ago by
Triage Stage: | Unreviewed → Accepted |
---|
comment:4 Changed 6 years ago by
Triage Stage: | Accepted → Ready for checkin |
---|
Note: See
TracTickets for help on using
tickets.
PR: https://github.com/django/django/pull/4590