#16190: django.views.debug.technical_500_response() not much helpful for AJAX
request
----------------------------------+-------------------------------
Reporter: zimnyx | Owner: nobody
Type: Cleanup/optimization | Status: new
Milestone: | Component: Uncategorized
Version: 1.3 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Easy pickings: 0
UI/UX: 0 |
----------------------------------+-------------------------------
When DEBUG=True and exception is raised inside a view, Django generates
complete HTML page with exception info.
For AJAX requests it's not much readable (redundant CSS, <head>, etc.), it
would be nice if there is another template for AJAX, which returns some
simplified HTML or event text which can be than displayed to developer.
--
Ticket URL: <https://code.djangoproject.com/ticket/16190>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.