index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
views
/
templates
/
technical_500.html
Age
Commit message (
Expand
)
Author
2020-11-10
Refs #31672 -- Made technical 500 debug page include exceptions without trace...
Hasan Ramezani
2020-10-12
Fixed #32087 -- Made technical 500 debug page use HTTPS for sharing traceback.
nik258heda
2020-07-08
Refs #30400 -- Improved typography in debug and csrf templates.
Jon Dufresne
2020-04-09
Fixed #30779 -- Improved selection of filenames in technical 500 debug page.
Daniel Hahler
2020-01-14
Fixed <span> nesting in technical 500 template.
Daniel Hahler
2020-01-10
Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter.
Carlton Gibson
2019-12-11
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...
Jon Dufresne
2019-07-29
Fixed #30411 -- Improved formatting of text tracebacks in technical 500 templ...
Jerrod Martin
2018-12-21
Fixed #29995 -- Used higher contrast colors in debug page.
Zach Garwood
2018-12-21
Removed an overridden CSS rule in debug page.
Tim Graham
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2017-09-05
Fixed CVE-2017-12794 -- Fixed XSS possibility in traceback section of technic...
Tim Graham
2017-08-02
Refs #7697 -- Removed unnecessary force_escape of technical 500 debug view "u...
Tim Graham
2017-08-01
Removed unneeded escape filter in templates where autoescaping is enabled.
Tim Graham
2017-04-14
Fixed #28008 -- Replaced getElementsByClassName() JavaScript in debug view te...
Abhishek Gautam
2017-04-12
Fixed #28007 -- Moved debug templates to the filesystem
Claude Paroz