summaryrefslogtreecommitdiff
path: root/django/views/templates
AgeCommit message (Expand)Author
2022-01-28Fixed #33461 -- Escaped template errors in the technical 500 debug page.Keryn Knight
2022-01-24Fixed wrapping of long values in technical 500 debug page.Mariusz Felisiak
2022-01-24Fixed #33457 -- Fixed "Local vars" scrolling in technical 500 debug page.Hrushikesh Vaidya
2022-01-22Stopped including type="text/css" attributes for CSS link tags.Claude Paroz
2022-01-13Fixed #33396 -- Added view name to technical 500 debug page.Hrushikesh Vaidya
2021-12-29Fixed wrapping of long values in technical 500 debug page.Keryn Knight
2021-09-10Fixed #33096 -- Fixed <form> nesting in technical 500 template.Jan Schär
2021-04-30Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw...Hasan Ramezani
2021-04-27Refs 32637 -- Made technical 404 debug page display exception message when UR...Mariusz Felisiak
2021-04-13Fixed #32637 -- Restored exception message on technical 404 debug page.Mariusz Felisiak
2021-04-09Fixed #32624 -- Avoided using JavaScript for "Local vars" show/hide in techni...Collin Anderson
2020-11-24Improved bidirectionality on the 'Congrats' page.Thibaud Colas
2020-11-20Fixed #32053 -- Fixed accessibility issues on the 'Congrats' page.Thibaud Colas
2020-11-20Added explicit HTMLElement.dir attribute in templates.Author: Nick Pope
2020-11-10Refs #31672 -- Made technical 500 debug page include exceptions without trace...Hasan Ramezani
2020-10-12Fixed #32087 -- Made technical 500 debug page use HTTPS for sharing traceback.nik258heda
2020-10-01Fixed #32051 -- Fixed rocket animation on the 'Congrats' page.Thibaud Colas
2020-10-01Refs #32051 -- Cleaned up CSS and SVG in the 'Congrats' page.Thibaud Colas
2020-09-07Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...Jon Dufresne
2020-07-08Refs #30400 -- Improved typography in debug and csrf templates.Jon Dufresne
2020-04-09Fixed #30779 -- Improved selection of filenames in technical 500 debug page.Daniel Hahler
2020-01-14Fixed <span> nesting in technical 500 template.Daniel Hahler
2020-01-10Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter.Carlton Gibson
2019-12-18Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen
2019-12-11Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne
2019-07-29Fixed #30411 -- Improved formatting of text tracebacks in technical 500 templ...Jerrod Martin
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-04-05Fixed bidirectionality on the congrats page.Majid Vaghari
2018-12-21Fixed #29995 -- Used higher contrast colors in debug page.Zach Garwood
2018-12-21Removed an overridden CSS rule in debug page.Tim Graham
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-06-27Refs #28457 -- Tweaked colors/layout of the congrats page for readability.Timothy Allen
2018-01-12Fixed #28885 -- Fixed hidden content at the bottom of the "The install worked...Himanshu Chauhan
2017-10-28Refs #28457 -- Removed unused .next-step CSS in django/views/templates/defaul...Tim Baxter
2017-10-28Refs #28457 -- Updated the colors of the 'Congrats' page for WCAG AA compliance.Tim Baxter
2017-10-24Fixed #28735 -- Fixed typo in django/views/templates/default_urlconf.html.Scot Hacker
2017-09-21Fixed #28508 -- Set the foreground color to black in CSRF and 404 error templ...Stefan Sinca
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-09-05Fixed CVE-2017-12794 -- Fixed XSS possibility in traceback section of technic...Tim Graham
2017-08-21Django -> django when styled as a logo with font. This was pointed out at Dja...Allen, Timothy
2017-08-07Fixed #28457 -- Updated the design of the 'Congrats' page for new Django proj...Timothy Allen
2017-08-02Refs #7697 -- Removed unnecessary force_escape of technical 500 debug view "u...Tim Graham
2017-08-01Removed unneeded escape filter in templates where autoescaping is enabled.Tim Graham
2017-04-14Fixed #28008 -- Replaced getElementsByClassName() JavaScript in debug view te...Abhishek Gautam
2017-04-12Fixed #28007 -- Moved debug templates to the filesystemClaude Paroz