#31791: Make technical 404 page always show tried URL patterns
-------------------------------------------+------------------------
Reporter: Jon Dufresne | Owner: (none)
Type: New feature | Status: new
Component: Error reporting | Version: master
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------------+------------------------
Right now, the technical 404 page (shown in DEBUG mode) shows the URL
patterns when a URL is not matched. This is quite handy for debugging, as
it helps show why a URL resulted in a 404. However, when a URL is matched
and the view raises `Http404`, this information is not shown. I'm
suggesting we show all URLs that were tried up to the point of resolution
of the URL to provide more debugging info.
(Extracted from https://github.com/django/django/pull/13134)
--
Ticket URL: <https://code.djangoproject.com/ticket/31791>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/052.c41c04cdb8889c7ee933603e33386313%40djangoproject.com.