<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/django/forms/widgets.py, 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-10T21:15:59Z</updated>
<entry>
<title>Fixed #36104 -- Returned NotImplemented in Media.__add__ for non-Media RHS.</title>
<updated>2026-06-10T21:15:59Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-06-10T20:24:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a2f8a4a6f9ac094edde937e56a3ecbd112ee448c'/>
<id>urn:sha1:a2f8a4a6f9ac094edde937e56a3ecbd112ee448c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #37147 -- Fixed rendering empty values for models with db_default on primary key.</title>
<updated>2026-06-09T11:12:29Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2026-06-09T11:12:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=71af23d1f4678c4bf052e051d72e8928e1697de3'/>
<id>urn:sha1:71af23d1f4678c4bf052e051d72e8928e1697de3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #37088 -- Included attributes in media object equality.</title>
<updated>2026-05-21T17:52:53Z</updated>
<author>
<name>Johannes Maron</name>
<email>johannes@maron.family</email>
</author>
<published>2026-05-07T14:32:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=bc9bed573ce39c3b739a4a3b7848816d464b6bdc'/>
<id>urn:sha1:bc9bed573ce39c3b739a4a3b7848816d464b6bdc</id>
<content type='text'>
Since in the majority of cases the `MediaAsset.attributes` will be
empty or small, there's only a tiny performance penalty.

However, the accidental use of the `path` property caused
a 1_000x performacne degredation (N=1_000_000).
</content>
</entry>
<entry>
<title>Fixed #37085 -- Added support for object-based form media stylesheet assets.</title>
<updated>2026-05-07T14:49:12Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2026-05-05T19:12:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8096b5251090bf7539c59956e398b027c7525529'/>
<id>urn:sha1:8096b5251090bf7539c59956e398b027c7525529</id>
<content type='text'>
Thank you James Walls and James Bligh for reviews.

Co-authored-by: Johannes Maron &lt;johannes@maron.family&gt;
</content>
</entry>
<entry>
<title>Fixed #36784 -- Added csp_nonce_attr template tag for CSP nonce inclusion.</title>
<updated>2026-05-06T23:43:37Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2026-03-26T01:53:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5686ce41958b21f0ae5bfa290e8d4420a6349c1b'/>
<id>urn:sha1:5686ce41958b21f0ae5bfa290e8d4420a6349c1b</id>
<content type='text'>
New default tag `{% csp_nonce_attr %}` was added for explicit CSP nonce
inclusion into `&lt;script&gt;` and `&lt;link&gt;` elements.

`{% csp_nonce_attr %}` renders `nonce="&lt;value&gt;"` when `csp_nonce` is
present in the template context, and renders nothing otherwise.
`{% csp_nonce_attr media %}` renders a `Media` object's assets with the
nonce attr applied to each tag.

Thanks Jacob Walls for the accurate and spot on review comments.

Co-authored-by: Johannes Maron &lt;johannes@maron.family&gt;
</content>
</entry>
<entry>
<title>Fixed #36829 -- Reverted value of ClearableFileInput.use_fieldset to True.</title>
<updated>2025-12-31T15:14:00Z</updated>
<author>
<name>Johannes Maron</name>
<email>johannes@maron.family</email>
</author>
<published>2025-12-27T11:28:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=79ab0993d0f2253e10ea638bcefc98ec2d890a47'/>
<id>urn:sha1:79ab0993d0f2253e10ea638bcefc98ec2d890a47</id>
<content type='text'>
There was unresolved discussion regarding whether to set
ClearableFileInput.use_fieldset to True or False when use_fieldset was
introduced in Django 4.1, since the clear checkbox appears only
sometimes. Although using &lt;fieldset&gt; is likely desirable, since the
primary motivation in #35892 was just to improve markup in the admin,
and a deprecation path was not provided for general form usage, future
work is deferred to #36828.

Regression in 4187da258fe212d494cb578a0bc2b52c4979ab95.

Thanks Tim Graham, Antoliny, and David Smith for triage.
</content>
</entry>
<entry>
<title>Fixed #35892 -- Supported Widget.use_fieldset in admin forms.</title>
<updated>2025-08-19T14:35:56Z</updated>
<author>
<name>antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2025-07-27T22:59:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4187da258fe212d494cb578a0bc2b52c4979ab95'/>
<id>urn:sha1:4187da258fe212d494cb578a0bc2b52c4979ab95</id>
<content type='text'>
</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/chango.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 #35886 -- Added support for object-based form media script assets.</title>
<updated>2025-01-02T12:08:13Z</updated>
<author>
<name>Johannes Maron</name>
<email>johannes@maron.family</email>
</author>
<published>2024-11-07T09:21:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=989329344aabe8ef7a5e55bebfde53f0e00f42e2'/>
<id>urn:sha1:989329344aabe8ef7a5e55bebfde53f0e00f42e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35601 -- Added TelInput widget.</title>
<updated>2024-08-02T09:31:54Z</updated>
<author>
<name>lucasesposito</name>
<email>espositolucas95@gmail.com</email>
</author>
<published>2024-07-18T23:26:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b478cae00643d6730746f2614792b35a7d3187ff'/>
<id>urn:sha1:b478cae00643d6730746f2614792b35a7d3187ff</id>
<content type='text'>
</content>
</entry>
</feed>
