<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/forms_tests/widget_tests, 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-09T11:12:29Z</updated>
<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 #35870 -- Made blank choice label in forms more accessible.</title>
<updated>2026-04-22T21:06:29Z</updated>
<author>
<name>Annabelle Wiegart</name>
<email>annabelle.wiegart@proton.me</email>
</author>
<published>2026-01-18T19:03:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=63c56cda133a85a158502891c40465bc0331d3d9'/>
<id>urn:sha1:63c56cda133a85a158502891c40465bc0331d3d9</id>
<content type='text'>
Added new constant django.db.models.fields.BLANK_CHOICE_LABEL for
an accessible and translatable blank choice label in forms.
Deprecated django.db.models.fields.BLANK_CHOICE_DASH constant.
Added the immediately deprecated transitional setting
USE_BLANK_CHOICE_DASH.

Co-Authored-By: Marijke Luttekes &lt;mail@marijkeluttekes.dev&gt;
</content>
</entry>
<entry>
<title>Applied Black's 2026 stable style.</title>
<updated>2026-01-18T20:26:56Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2026-01-18T20:26:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=6cff02078799b7c683a0d39630d49ab4fe532e7c'/>
<id>urn:sha1:6cff02078799b7c683a0d39630d49ab4fe532e7c</id>
<content type='text'>
https://github.com/psf/black/releases/tag/26.1.0</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 #36724 -- Removed invalid "for" attribute on &lt;legend&gt; tags.</title>
<updated>2025-11-13T16:22:44Z</updated>
<author>
<name>Kasyap Pentamaraju</name>
<email>vpentamaraju@webmd.net</email>
</author>
<published>2025-11-11T09:29:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0eec2a163a4b2ea4e82c53ae1d7b71bf43ac911d'/>
<id>urn:sha1:0eec2a163a4b2ea4e82c53ae1d7b71bf43ac911d</id>
<content type='text'>
</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 #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>
<entry>
<title>Fixed #35599 -- Added ColorInput widget.</title>
<updated>2024-08-02T07:51:49Z</updated>
<author>
<name>arjunomray</name>
<email>arjunomray@gmail.com</email>
</author>
<published>2024-07-26T05:39:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=946c3cf7342cc40c2d8e3d865c96a4ec990f76f4'/>
<id>urn:sha1:946c3cf7342cc40c2d8e3d865c96a4ec990f76f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35598 -- Added SearchInput widget.</title>
<updated>2024-07-31T11:11:45Z</updated>
<author>
<name>Jeremy Thompson</name>
<email>jeremythompson.918@gmail.com</email>
</author>
<published>2024-07-17T15:50:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=30a60e84923c18f3b2c725f7a31e521a833b8057'/>
<id>urn:sha1:30a60e84923c18f3b2c725f7a31e521a833b8057</id>
<content type='text'>
</content>
</entry>
</feed>
