summaryrefslogtreecommitdiff
path: root/django/views/templates/technical_500.txt
AgeCommit message (Expand)Author
2022-11-29Fixed #33701 -- Added fine-grained error locations to the technical 500 debug...Giebisch
2022-11-25Fixed #33747 -- Added exception notes to the technical 500 debug page.Giebisch
2022-07-25Simplified various built-in templates.Nick Pope
2022-01-13Fixed #33396 -- Added view name to technical 500 debug page.Hrushikesh Vaidya
2021-04-30Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw...Hasan Ramezani
2020-11-10Refs #31672 -- Made technical 500 debug page include exceptions without trace...Hasan Ramezani
2020-07-08Refs #30400 -- Improved typography in debug and csrf templates.Jon Dufresne
2020-01-10Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter.Carlton Gibson
2019-07-29Fixed #30411 -- Improved formatting of text tracebacks in technical 500 templ...Jerrod Martin
2017-04-12Fixed #28007 -- Moved debug templates to the filesystemClaude Paroz