<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/views, 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-31T13:59:54Z</updated>
<entry>
<title>Refs #34118 -- Removed asgiref coroutine detection shims.</title>
<updated>2026-01-31T13:59:54Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-01-30T20:53:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a52533329a03207c1c4592a13fbb12b9ec5ef9e'/>
<id>urn:sha1:4a52533329a03207c1c4592a13fbb12b9ec5ef9e</id>
<content type='text'>
As Python 3.12 is now the floor, we can drop the shims and
use the `inspect` module.
</content>
</entry>
<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>Optimized View.dispatch() a bit.</title>
<updated>2025-10-12T20:09:46Z</updated>
<author>
<name>sobolevn</name>
<email>mail@sobolevn.me</email>
</author>
<published>2025-10-12T20:09:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0f75f8f1ff2078cde3c1701851c754b91c6baf44'/>
<id>urn:sha1:0f75f8f1ff2078cde3c1701851c754b91c6baf44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36636, Refs #15902 -- Removed session-based storage reference from set_language() docs.</title>
<updated>2025-10-03T19:16:37Z</updated>
<author>
<name>Dani Fornons</name>
<email>fornons@gmail.com</email>
</author>
<published>2025-10-03T10:20:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2514857e3fae831106832cca8823237801cf2cad'/>
<id>urn:sha1:2514857e3fae831106832cca8823237801cf2cad</id>
<content type='text'>
</content>
</entry>
<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 #36488 -- Fixed merging of query strings in RedirectView.</title>
<updated>2025-09-22T06:54:08Z</updated>
<author>
<name>Samriddha9619</name>
<email>sumitkumartripathi0@gmail.com</email>
</author>
<published>2025-09-08T12:56:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a36df6890d8995480f2e95ba556b77cef975d4f6'/>
<id>urn:sha1:a36df6890d8995480f2e95ba556b77cef975d4f6</id>
<content type='text'>
Co-authored-by: Ethan Jucovy &lt;ethan.jucovy@gmail.com&gt;
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</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>Refs #36500 -- Shortened some long docstrings and comments.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2025-07-23T03:40:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=55b0cc21310b76ce4018dd793ba50556eaf0af06'/>
<id>urn:sha1:55b0cc21310b76ce4018dd793ba50556eaf0af06</id>
<content type='text'>
Manually reformatted some long docstrings and comments that would be
damaged by the to-be-applied autofixer script, in cases where editorial
judgment seemed necessary for style or wording changes.
</content>
</entry>
</feed>
