<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/forms/widgets.py, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-01-02T12:08:13Z</updated>
<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/django.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/django.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/django.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/django.git/commit/?id=30a60e84923c18f3b2c725f7a31e521a833b8057'/>
<id>urn:sha1:30a60e84923c18f3b2c725f7a31e521a833b8057</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Applied Black's 2024 stable style.</title>
<updated>2024-01-26T11:45:07Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-01-26T11:45:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=305757aec19c9d5111e4d76095ae0acd66163e4b'/>
<id>urn:sha1:305757aec19c9d5111e4d76095ae0acd66163e4b</id>
<content type='text'>
https://github.com/psf/black/releases/tag/24.1.0</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>Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field.</title>
<updated>2023-05-03T11:42:00Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-04-13T08:10:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fb4c55d9ec4bb812a7fb91fa20510d91645e411b'/>
<id>urn:sha1:fb4c55d9ec4bb812a7fb91fa20510d91645e411b</id>
<content type='text'>
Thanks Moataz Al-Sharida and nawaik for reports.

Co-authored-by: Shai Berger &lt;shai@platonix.com&gt;
Co-authored-by: nessita &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute when form is invalid.</title>
<updated>2023-04-21T05:48:27Z</updated>
<author>
<name>Marcelo Galigniana</name>
<email>marcelogaligniana@gmail.com</email>
</author>
<published>2023-04-20T03:40:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8a6c0203c4e92908c2b26ba54feba4ce7e76d081'/>
<id>urn:sha1:8a6c0203c4e92908c2b26ba54feba4ce7e76d081</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError.</title>
<updated>2023-03-22T06:59:39Z</updated>
<author>
<name>Jure Slak</name>
<email>jure.slak@gmail.com</email>
</author>
<published>2023-03-20T21:42:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d22209cb428ecb083548fd21cae714a60c7fd5f7'/>
<id>urn:sha1:d22209cb428ecb083548fd21cae714a60c7fd5f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:04:38Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=097e3a70c1481ee7b042b2edd91b2be86fb7b5b6'/>
<id>urn:sha1:097e3a70c1481ee7b042b2edd91b2be86fb7b5b6</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0
</content>
</entry>
</feed>
