summaryrefslogtreecommitdiff
path: root/django/views/templates/technical_404.html
AgeCommit message (Expand)Author
2026-01-09Refs #35875 -- Added dark mode support in additional views.mbcodes
2026-01-09Fixed #36853 -- Fixed technical 500 and 404 email CSS support.Andrea Zanotto
2025-09-26Refs #28526 -- Provided URLResolver namespace in technical 404 template.Jacob Walls
2024-02-23Fixed #35140 -- Increased font size in debug views.erosselli
2024-02-14Fixed #35195 -- Removed unnecessary type="text/css" attributes from <style> t...Cosmic Process
2024-01-31Fixed #35143 -- Improved accessibility of 404/500 debug pages.Marijke Luttekes
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
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
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-08-01Removed unneeded escape filter in templates where autoescaping is enabled.Tim Graham
2017-04-12Fixed #28007 -- Moved debug templates to the filesystemClaude Paroz