<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/forms_tests/widget_tests/test_radioselect.py, 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-04-22T21:06:29Z</updated>
<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/django.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> Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices.</title>
<updated>2023-08-31T01:57:40Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2023-08-31T01:57:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=500e01073adda32d5149624ee9a5cb7aa3d3583f'/>
<id>urn:sha1:500e01073adda32d5149624ee9a5cb7aa3d3583f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #34655 -- Made cosmetic edits to RadioSelect tests.</title>
<updated>2023-07-31T18:17:10Z</updated>
<author>
<name>nessita</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2023-07-31T18:17:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1ad7761ee616341295f36c80f78b86ff79d5b513'/>
<id>urn:sha1:1ad7761ee616341295f36c80f78b86ff79d5b513</id>
<content type='text'>
Follow up to f9c5958b8fe452983122b6a13c8f806e4e4e1eef.</content>
</entry>
<entry>
<title>Fixed #34655 -- Increased radioselect's test coverage.</title>
<updated>2023-07-28T12:18:07Z</updated>
<author>
<name>Jakub Bagiński</name>
<email>88288777+Jacob1507@users.noreply.github.com</email>
</author>
<published>2023-07-28T12:18:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f9c5958b8fe452983122b6a13c8f806e4e4e1eef'/>
<id>urn:sha1:f9c5958b8fe452983122b6a13c8f806e4e4e1eef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32339 -- Added use_fieldset to Widget.</title>
<updated>2022-03-30T14:28:14Z</updated>
<author>
<name>David</name>
<email>smithdc@gmail.com</email>
</author>
<published>2022-01-13T23:08:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c8459708a7e0a2474255b77d0f104a7f16e8b32c'/>
<id>urn:sha1:c8459708a7e0a2474255b77d0f104a7f16e8b32c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>urn:sha1:7119f40c9881666b6f9b5cf7df09ee1d21cc8344</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32873 -- Deprecated settings.USE_L10N.</title>
<updated>2021-09-14T10:05:43Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2021-09-09T05:42:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=676bd084f2509f4201561d5c77ed4ecbd157bfa0'/>
<id>urn:sha1:676bd084f2509f4201561d5c77ed4ecbd157bfa0</id>
<content type='text'>
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in &lt;div&gt; tags.</title>
<updated>2021-08-27T04:14:01Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2021-06-11T06:39:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5942ab5eb165ee2e759174e297148a40dd855920'/>
<id>urn:sha1:5942ab5eb165ee2e759174e297148a40dd855920</id>
<content type='text'>
This improves accessibility for screen reader users.
</content>
</entry>
<entry>
<title>Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSelectMultiple with MultiWidget.</title>
<updated>2018-03-15T13:10:23Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-03-14T15:28:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=87dc0844a634360182bcb74d491508111ef8a652'/>
<id>urn:sha1:87dc0844a634360182bcb74d491508111ef8a652</id>
<content type='text'>
</content>
</entry>
</feed>
