#24733 closed New feature (fixed)
Pass exceptions to error handlers
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 by , 10 years ago
Has patch: | set |
---|
comment:2 by , 10 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:4 by , 10 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
PR: https://github.com/django/django/pull/4590