<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/views/templates/technical_500.html, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2026-01-09T20:55:46Z</updated>
<entry>
<title>Refs #35875 -- Added dark mode support in additional views.</title>
<updated>2026-01-09T20:55:46Z</updated>
<author>
<name>mbcodes</name>
<email>mbcodes@protonmail.com</email>
</author>
<published>2024-11-13T04:17:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8a0315fab74d603813b2a64ab98d5a208a2eb6d1'/>
<id>urn:sha1:8a0315fab74d603813b2a64ab98d5a208a2eb6d1</id>
<content type='text'>
Thanks Thibaud Colas for the review.
</content>
</entry>
<entry>
<title>Fixed #36853 -- Fixed technical 500 and 404 email CSS support.</title>
<updated>2026-01-09T19:08:28Z</updated>
<author>
<name>Andrea Zanotto</name>
<email>andrea.zanotto@zoppas.com</email>
</author>
<published>2026-01-08T09:16:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0a983330cd57dd2bb1dfa91a5a3ed742559eebe6'/>
<id>urn:sha1:0a983330cd57dd2bb1dfa91a5a3ed742559eebe6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35795 -- Added role="button" to links acting as buttons for screen readers.</title>
<updated>2024-10-17T12:23:24Z</updated>
<author>
<name>Jay Patel</name>
<email>jbp@somaiya.edu</email>
</author>
<published>2024-10-05T09:26:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8b1a3a56438ce99fe9058f078a6bdd92a01e1130'/>
<id>urn:sha1:8b1a3a56438ce99fe9058f078a6bdd92a01e1130</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35140 -- Increased font size in debug views.</title>
<updated>2024-02-23T05:44:16Z</updated>
<author>
<name>erosselli</name>
<email>67162025+erosselli@users.noreply.github.com</email>
</author>
<published>2024-02-21T00:08:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cfecac27dedc27b5e7f098273787994f49d40037'/>
<id>urn:sha1:cfecac27dedc27b5e7f098273787994f49d40037</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35195 -- Removed unnecessary type="text/css" attributes from &lt;style&gt; tags.</title>
<updated>2024-02-14T15:28:44Z</updated>
<author>
<name>Cosmic Process</name>
<email>126974221+cosmicproc@users.noreply.github.com</email>
</author>
<published>2024-02-14T15:28:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c783e7a3a0e411811aba83158d55e4f2f3091ac7'/>
<id>urn:sha1:c783e7a3a0e411811aba83158d55e4f2f3091ac7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35143 -- Improved accessibility of 404/500 debug pages.</title>
<updated>2024-01-31T11:26:00Z</updated>
<author>
<name>Marijke Luttekes</name>
<email>mail@marijkeluttekes.dev</email>
</author>
<published>2024-01-28T12:51:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b9e2a3fc63e68d248d528c73736275ca2746872d'/>
<id>urn:sha1:b9e2a3fc63e68d248d528c73736275ca2746872d</id>
<content type='text'>
This:
- changes the header, main, and footer content areas to be rendered
  in a &lt;header&gt;, &lt;main&gt;, and &lt;footer&gt; tags,
- adds scope attributes to &lt;th&gt;,
- uses &lt;code&gt; for a patterns list,
- uses &lt;small&gt; instead of &lt;span&gt;.
</content>
</entry>
<entry>
<title>Fixed #33701 -- Added fine-grained error locations to the technical 500 debug page.</title>
<updated>2022-11-29T07:40:11Z</updated>
<author>
<name>Giebisch</name>
<email>rafael@giebisch-mail.de</email>
</author>
<published>2022-11-03T10:49:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=85b52d22fd2841c34e95b3a80d6f2b668ce2f160'/>
<id>urn:sha1:85b52d22fd2841c34e95b3a80d6f2b668ce2f160</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33747 -- Added exception notes to the technical 500 debug page.</title>
<updated>2022-11-25T07:16:10Z</updated>
<author>
<name>Giebisch</name>
<email>rafael@giebisch-mail.de</email>
</author>
<published>2022-11-21T15:54:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=80c66e40f7beecbd5ee501f757a2e61236597349'/>
<id>urn:sha1:80c66e40f7beecbd5ee501f757a2e61236597349</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified various built-in templates.</title>
<updated>2022-07-25T08:20:46Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2021-04-22T15:39:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=36cd4259438f98e74e472e232307a1909f164e56'/>
<id>urn:sha1:36cd4259438f98e74e472e232307a1909f164e56</id>
<content type='text'>
- Using the {% plural %} tag.
- Using the |yesno filter.
- Using the |unordered_list filter.
- Unnesting {% if %} where not required.
- Not duplicating {% if %}.
</content>
</entry>
<entry>
<title>Standardized formatting in technical 500 template.</title>
<updated>2022-07-25T08:19:47Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2021-04-22T15:43:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=390832e04adf60ec1d7a084a295c125dba6c7863'/>
<id>urn:sha1:390832e04adf60ec1d7a084a295c125dba6c7863</id>
<content type='text'>
- Prefer use of `k` and `v` instead of `var.0` and `var.1`.
- Fixed indentation of #files-info block to match adjacent blocks.
</content>
</entry>
</feed>
