<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/docs/topics/forms, 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-05-07T14:49:12Z</updated>
<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>Relocated content from docs/topics/external-packages.txt where appropriate.</title>
<updated>2026-01-08T13:50:56Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2026-01-07T19:51:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1717332ca2b39f28cd734e2c91a84bbdc0718b7e'/>
<id>urn:sha1:1717332ca2b39f28cd734e2c91a84bbdc0718b7e</id>
<content type='text'>
Following up a forum post and a conversation with the Steering Council,
it was decided to remove the docs/topics/external-packages.txt to avoid
confusion with the Ecosystem page. Relevant content was moved to their
related sections, except for `django-contrib-comments` which is not
actively maintained.

Thank you Tim Schilling for the review.
</content>
</entry>
<entry>
<title>Dropped unnecessary usage of "seealso" in BoundField docs.</title>
<updated>2026-01-08T13:50:56Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2026-01-07T19:56:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=fd5def6367b835784d9d35927433499345b335e7'/>
<id>urn:sha1:fd5def6367b835784d9d35927433499345b335e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36329 -- Removed non-code custom link text when cross-referencing Python objects.</title>
<updated>2025-10-29T15:32:12Z</updated>
<author>
<name>Clifford Gama</name>
<email>cliffygamy@gmail.com</email>
</author>
<published>2025-10-29T15:32:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=01f8460653e73a8f60c98d3a37a74b28818744b6'/>
<id>urn:sha1:01f8460653e73a8f60c98d3a37a74b28818744b6</id>
<content type='text'>
Thanks Bruno Alla, Sarah Boyce, and Jacob Walls for reviews.

Co-authored-by: Sarah Boyce &lt;42296566+sarahboyce@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 5.2.</title>
<updated>2025-09-17T18:17:05Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-09-05T17:49:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=00a84fc6f3bb8cca15113e4d41e710123d182b4a'/>
<id>urn:sha1:00a84fc6f3bb8cca15113e4d41e710123d182b4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35831 -- Documented the model form meta API in model form reference docs.</title>
<updated>2025-08-29T06:58:58Z</updated>
<author>
<name>Mustafa Pirbhai</name>
<email>mustafaspirbhai@gmail.com</email>
</author>
<published>2025-08-27T11:07:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=183fcebf88aa0762a2e28477f9b24c34341a75f4'/>
<id>urn:sha1:183fcebf88aa0762a2e28477f9b24c34341a75f4</id>
<content type='text'>
Co-authored-by: Jonathan &lt;3218047+jernwerber@users.noreply.github.com&gt;
Co-authored-by: Mustafa &lt;117516335+mspirbhai@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fixed #36570 -- Removed unnecessary :py domain from documentation roles.</title>
<updated>2025-08-28T06:52:43Z</updated>
<author>
<name>SaJH</name>
<email>wogur981208@gmail.com</email>
</author>
<published>2025-08-25T15:50:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3c0c54351b58e9386375d2bd7a8c60dadc4bb6e8'/>
<id>urn:sha1:3c0c54351b58e9386375d2bd7a8c60dadc4bb6e8</id>
<content type='text'>
Signed-off-by: SaJH &lt;wogur981208@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refs #36485 -- Rewrapped docs to 79 columns line length.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-07-25T09:24:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f81e6e3a53ee36e3f730a71aa55a5744982dd016'/>
<id>urn:sha1:f81e6e3a53ee36e3f730a71aa55a5744982dd016</id>
<content type='text'>
Lines in the docs files were manually adjusted to conform to the
79 columns limit per line (plus newline), improving readability and
consistency across the content.
</content>
</entry>
<entry>
<title>Refs #36485 -- Removed double spaces after periods in sentences.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-08-22T15:36:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4'/>
<id>urn:sha1:4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4</id>
<content type='text'>
</content>
</entry>
</feed>
