<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2026-06-18T11:05:45Z</updated>
<entry>
<title>Fixed #37159 -- Implemented reproducible artifact builds.</title>
<updated>2026-06-18T11:05:45Z</updated>
<author>
<name>Charles Roelli</name>
<email>charles@aurox.ch</email>
</author>
<published>2026-06-15T08:48:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=73e58a260d8ab3a52cc4e42ac95584f636feb7ff'/>
<id>urn:sha1:73e58a260d8ab3a52cc4e42ac95584f636feb7ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs CVE-2026-6873 -- Moved deprecation note for SIGNED_COOKIE_LEGACY_SALT_FALLBACK.</title>
<updated>2026-06-17T21:32:26Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-06-17T18:38:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=cf889381ffec9220ca9d7a8eccef0e06b903fa38'/>
<id>urn:sha1:cf889381ffec9220ca9d7a8eccef0e06b903fa38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36593 -- Added missing deprecation note for select_related() with no arguments.</title>
<updated>2026-06-17T21:32:26Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-06-17T18:35:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e4527156866cb96edf881023b14cb7a6f25d7f51'/>
<id>urn:sha1:e4527156866cb96edf881023b14cb7a6f25d7f51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36905 -- Added missing deprecation note for safe parameter of JSONResponse.</title>
<updated>2026-06-17T21:32:26Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-06-17T18:09:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c37cc705e293f64431a982d29cfc3118c0e22f7c'/>
<id>urn:sha1:c37cc705e293f64431a982d29cfc3118c0e22f7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #34118 -- Removed further asgiref coroutine detection shims in tests.</title>
<updated>2026-06-17T19:39:56Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-06-17T18:50:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5c71977daddb117d0417f3c1bf591f1afb2626b3'/>
<id>urn:sha1:5c71977daddb117d0417f3c1bf591f1afb2626b3</id>
<content type='text'>
Follow-up to 4a52533329a03207c1c4592a13fbb12b9ec5ef9e.
</content>
</entry>
<entry>
<title>Refs #37139 -- Renamed helper inside _is_pk_set().</title>
<updated>2026-06-17T17:44:37Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-06-17T17:12:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f3e66a32a3bdbf3c362b70e06c16393639dd36f3'/>
<id>urn:sha1:f3e66a32a3bdbf3c362b70e06c16393639dd36f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #37176 -- Made Action importable from django.contrib.admin.</title>
<updated>2026-06-17T15:04:41Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2026-06-17T12:15:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=14988f14d94f9ce617f967d26b8ed2946172a140'/>
<id>urn:sha1:14988f14d94f9ce617f967d26b8ed2946172a140</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #37152 -- Raised ValueError when Bcc is used in EmailMessage headers.</title>
<updated>2026-06-16T22:56:20Z</updated>
<author>
<name>diaxoaine</name>
<email>42137630+diaxoaine@users.noreply.github.com</email>
</author>
<published>2026-06-11T02:58:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=09434486302078c3649e034dfa74cf3f102db20b'/>
<id>urn:sha1:09434486302078c3649e034dfa74cf3f102db20b</id>
<content type='text'>
Bcc addresses are sent via the SMTP envelope and must never appear in
the message itself. A "Bcc" key in `extra_headers` was not excluded like
From/To/Cc/Reply-To, so it leaked into the generated message as a
visible header.

Thanks Mike Edmunds for reviews.
</content>
</entry>
<entry>
<title>Refs #36532 -- Optimized CSP decorator async checking.</title>
<updated>2026-06-16T20:54:39Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2026-06-11T21:37:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b5b53afa29c53a79ae92ed5298144db0cab0ea3b'/>
<id>urn:sha1:b5b53afa29c53a79ae92ed5298144db0cab0ea3b</id>
<content type='text'>
The previous approach created both sync and async wrappers before
checking which one was needed. Checking first reduces about 1 microsecond
off each decorator application.
</content>
</entry>
<entry>
<title>Fixed #36881 -- Corrected documentation for ModelAdmin.search_fields.</title>
<updated>2026-06-16T18:21:18Z</updated>
<author>
<name>Amar</name>
<email>100243770+aadeina@users.noreply.github.com</email>
</author>
<published>2026-06-15T22:33:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=13107fa2b2d6d8dd9c1dc74c47f34fe9a98a530b'/>
<id>urn:sha1:13107fa2b2d6d8dd9c1dc74c47f34fe9a98a530b</id>
<content type='text'>
</content>
</entry>
</feed>
