<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/views/debug.py, 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>2025-09-26T12:06:39Z</updated>
<entry>
<title>Refs #28526 -- Provided URLResolver namespace in technical 404 template.</title>
<updated>2025-09-26T12:06:39Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-09-18T16:53:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7894776bc99e42f20e0919fc9027e6db542957d5'/>
<id>urn:sha1:7894776bc99e42f20e0919fc9027e6db542957d5</id>
<content type='text'>
This avoids looking up the nonexistent "name" attribute on URLResolver,
which logs verbosely.
</content>
</entry>
<entry>
<title>Fixed #36532 -- Added Content Security Policy view decorators to override or disable policies.</title>
<updated>2025-08-28T20:23:48Z</updated>
<author>
<name>Rob Hudson</name>
<email>rob@cogit8.org</email>
</author>
<published>2025-08-23T19:23:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=550822bceea227b07445d1852c4376b663c09ea4'/>
<id>urn:sha1:550822bceea227b07445d1852c4376b663c09ea4</id>
<content type='text'>
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Fixed #36456 -- Improved content type negotiation in technical 500 error response.</title>
<updated>2025-07-18T08:18:22Z</updated>
<author>
<name>IsJn-227</name>
<email>ishjain2712@gmail.com</email>
</author>
<published>2025-06-13T10:22:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=be8c9b19baeb4daf6bf2e603673714c7536b657c'/>
<id>urn:sha1:be8c9b19baeb4daf6bf2e603673714c7536b657c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28050 -- Added template name to TemplateSyntaxError.</title>
<updated>2025-04-17T06:56:53Z</updated>
<author>
<name>farhan</name>
<email>farhanalirazaazeemi@gmail.com</email>
</author>
<published>2025-03-21T15:06:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a293eff6fb10a04de7c65ed705ca3c6a362a587'/>
<id>urn:sha1:4a293eff6fb10a04de7c65ed705ca3c6a362a587</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36005 -- Dropped support for Python 3.10 and 3.11.</title>
<updated>2025-01-20T13:07:28Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-01-17T21:09:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f5772de69679efb54129ac1cbca3579b512778af'/>
<id>urn:sha1:f5772de69679efb54129ac1cbca3579b512778af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35703 -- Made technical_404_response() respect SCRIPT_NAME to return default_urlconf().</title>
<updated>2024-08-23T16:07:47Z</updated>
<author>
<name>Maarten Breddels</name>
<email>maartenbreddels@gmail.com</email>
</author>
<published>2024-08-21T17:56:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cdcd604ef8f650533eff6bd63a517ebb4ffddf96'/>
<id>urn:sha1:cdcd604ef8f650533eff6bd63a517ebb4ffddf96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35646 -- Extended SafeExceptionReporterFilter.hidden_settings to treat `AUTH` as a sensitive match.</title>
<updated>2024-08-01T18:02:00Z</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2024-07-31T14:44:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aa9079505082d92d4ee5dc6a4adca056422422ed'/>
<id>urn:sha1:aa9079505082d92d4ee5dc6a4adca056422422ed</id>
<content type='text'>
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Refs #31949 -- Made @sensitive_variables/sensitive_post_parameters decorators to work with async functions.</title>
<updated>2023-06-23T11:29:40Z</updated>
<author>
<name>Jon Janzen</name>
<email>jon@jonjanzen.com</email>
</author>
<published>2023-05-07T03:20:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=38e391e95fe5258bc6d2467332dc9cd44ce6ba52'/>
<id>urn:sha1:38e391e95fe5258bc6d2467332dc9cd44ce6ba52</id>
<content type='text'>
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&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>
</feed>
