summaryrefslogtreecommitdiff
path: root/django/views/templates
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34343 -- Moved built-in templates to filesystem.Nick Pope2023-02-173-0/+207
* Fixed #33701 -- Added fine-grained error locations to the technical 500 debug...Giebisch2022-11-292-3/+3
* Fixed #33747 -- Added exception notes to the technical 500 debug page.Giebisch2022-11-252-3/+3
* Fixed #33878 -- Switched to system fonts in CSS.Tom Carrick2022-08-171-1/+1
* Simplified various built-in templates.Nick Pope2022-07-252-5/+7
* Standardized formatting in technical 500 template.Nick Pope2022-07-251-21/+21
* Fixed #33461 -- Escaped template errors in the technical 500 debug page.Keryn Knight2022-01-281-2/+2
* Fixed wrapping of long values in technical 500 debug page.Mariusz Felisiak2022-01-241-3/+4
* Fixed #33457 -- Fixed "Local vars" scrolling in technical 500 debug page.Hrushikesh Vaidya2022-01-241-1/+1
* Stopped including type="text/css" attributes for CSS link tags.Claude Paroz2022-01-221-1/+1
* Fixed #33396 -- Added view name to technical 500 debug page.Hrushikesh Vaidya2022-01-132-0/+7
* Fixed wrapping of long values in technical 500 debug page.Keryn Knight2021-12-291-1/+1
* Fixed #33096 -- Fixed <form> nesting in technical 500 template.Jan Schär2021-09-101-2/+2
* Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw...Hasan Ramezani2021-04-302-3/+3
* Refs 32637 -- Made technical 404 debug page display exception message when UR...Mariusz Felisiak2021-04-271-1/+1
* Fixed #32637 -- Restored exception message on technical 404 debug page.Mariusz Felisiak2021-04-131-2/+2
* Fixed #32624 -- Avoided using JavaScript for "Local vars" show/hide in techni...Collin Anderson2021-04-091-18/+12
* Improved bidirectionality on the 'Congrats' page.Thibaud Colas2020-11-241-43/+22
* Fixed #32053 -- Fixed accessibility issues on the 'Congrats' page.Thibaud Colas2020-11-201-95/+71
* Added explicit HTMLElement.dir attribute in templates.Author: Nick Pope2020-11-201-1/+1
* Refs #31672 -- Made technical 500 debug page include exceptions without trace...Hasan Ramezani2020-11-102-5/+9
* Fixed #32087 -- Made technical 500 debug page use HTTPS for sharing traceback.nik258heda2020-10-121-1/+1
* Fixed #32051 -- Fixed rocket animation on the 'Congrats' page.Thibaud Colas2020-10-011-38/+25
* Refs #32051 -- Cleaned up CSS and SVG in the 'Congrats' page.Thibaud Colas2020-10-011-109/+6
* Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...Jon Dufresne2020-09-071-2/+5
* Refs #30400 -- Improved typography in debug and csrf templates.Jon Dufresne2020-07-083-4/+4
* Fixed #30779 -- Improved selection of filenames in technical 500 debug page.Daniel Hahler2020-04-091-2/+3
* Fixed <span> nesting in technical 500 template.Daniel Hahler2020-01-141-1/+1
* Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter.Carlton Gibson2020-01-102-2/+2
* Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen2019-12-181-10/+10
* Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne2019-12-111-1/+1
* Fixed #30411 -- Improved formatting of text tracebacks in technical 500 templ...Jerrod Martin2019-07-292-8/+6
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-1/+1
* Fixed bidirectionality on the congrats page.Majid Vaghari2019-04-051-1/+2
* Fixed #29995 -- Used higher contrast colors in debug page.Zach Garwood2018-12-211-3/+3
* Removed an overridden CSS rule in debug page.Tim Graham2018-12-211-2/+1
* Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz2018-08-221-1/+1
* Refs #28457 -- Tweaked colors/layout of the congrats page for readability.Timothy Allen2018-06-271-3/+3
* Fixed #28885 -- Fixed hidden content at the bottom of the "The install worked...Himanshu Chauhan2018-01-121-31/+22
* Refs #28457 -- Removed unused .next-step CSS in django/views/templates/defaul...Tim Baxter2017-10-281-11/+1
* Refs #28457 -- Updated the colors of the 'Congrats' page for WCAG AA compliance.Tim Baxter2017-10-281-4/+4
* Fixed #28735 -- Fixed typo in django/views/templates/default_urlconf.html.Scot Hacker2017-10-241-1/+1
* Fixed #28508 -- Set the foreground color to black in CSRF and 404 error templ...Stefan Sinca2017-09-211-1/+1
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-1/+1
* Fixed CVE-2017-12794 -- Fixed XSS possibility in traceback section of technic...Tim Graham2017-09-051-11/+9
* Django -> django when styled as a logo with font. This was pointed out at Dja...Allen, Timothy2017-08-211-1/+1
* Fixed #28457 -- Updated the design of the 'Congrats' page for new Django proj...Timothy Allen2017-08-071-44/+433
* Refs #7697 -- Removed unnecessary force_escape of technical 500 debug view "u...Tim Graham2017-08-021-1/+1
* Removed unneeded escape filter in templates where autoescaping is enabled.Tim Graham2017-08-012-13/+13
* Fixed #28008 -- Replaced getElementsByClassName() JavaScript in debug view te...Abhishek Gautam2017-04-141-20/+4