<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_widgets/tests.py, branch 4.2.15</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.2.15</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.2.15'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-07-31T14:12:23Z</updated>
<entry>
<title>[4.2.x] Fixed CVE-2024-41991 -- Prevented potential ReDoS in django.utils.html.urlize() and AdminURLFieldWidget.</title>
<updated>2024-07-31T14:12:23Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-07-10T18:30:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=efea1ef7e2190e3f77ca0651b5458297bc0f6a9f'/>
<id>urn:sha1:efea1ef7e2190e3f77ca0651b5458297bc0f6a9f</id>
<content type='text'>
Thanks Seokchan Yoon for the report.

Co-authored-by: Sarah Boyce &lt;42296566+sarahboyce@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34645 -- Restored alignment for admin date/time timezone warnings.</title>
<updated>2023-06-09T19:37:50Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-06-09T19:37:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=31d1fc36b3ae67d51afe718125fc6413e30dd565'/>
<id>urn:sha1:31d1fc36b3ae67d51afe718125fc6413e30dd565</id>
<content type='text'>
Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd.
Backport of caf80cb41f13e84803a94928282cae75333bbdfc from main
</content>
</entry>
<entry>
<title>[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:37:29Z</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=80aae8343939e849100db87b1c9615f32b38ea0b'/>
<id>urn:sha1:80aae8343939e849100db87b1c9615f32b38ea0b</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

Backport of 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6 from main
</content>
</entry>
<entry>
<title>Refs #19215 -- Fixed admin_widgets tests if Pillow isn't installed.</title>
<updated>2022-10-27T06:41:03Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-10-27T06:41:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d559cb02da30f74debbb1fc3a46de0df134d2d80'/>
<id>urn:sha1:d559cb02da30f74debbb1fc3a46de0df134d2d80</id>
<content type='text'>
Follow up to c0fc1b5302f5d9d82e2255fb5758321fbac34949.</content>
</entry>
<entry>
<title>Fixed #19215 -- Fixed rendering ClearableFileInput when editing with invalid files.</title>
<updated>2022-10-25T14:53:52Z</updated>
<author>
<name>Marcelo Galigniana</name>
<email>marcelogaligniana@gmail.com</email>
</author>
<published>2022-10-17T02:02:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c0fc1b5302f5d9d82e2255fb5758321fbac34949'/>
<id>urn:sha1:c0fc1b5302f5d9d82e2255fb5758321fbac34949</id>
<content type='text'>
Thanks Michael Cardillo for the initial patch.
</content>
</entry>
<entry>
<title>Fixed flaky test_ForeignKey_using_to_field test.</title>
<updated>2022-10-24T09:54:00Z</updated>
<author>
<name>Marcelo Galigniana</name>
<email>marcelogaligniana@gmail.com</email>
</author>
<published>2022-10-21T02:25:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1d6948096f6fe7aa887d651e01e9af8e4ef349a2'/>
<id>urn:sha1:1d6948096f6fe7aa887d651e01e9af8e4ef349a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33805 -- Made admin's many-to-many widgets do not display help text for selecting values when allow_multiple_selected is False.</title>
<updated>2022-06-28T04:04:42Z</updated>
<author>
<name>Ankur</name>
<email>ankur_roy@outlook.com</email>
</author>
<published>2022-06-27T02:13:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eb7b8f3699fbe5ad6aaafb264355741648fdd5e4'/>
<id>urn:sha1:eb7b8f3699fbe5ad6aaafb264355741648fdd5e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33524 -- Allowed overriding empty_label for ForeignKey in ModelAdmin.radio_fields.</title>
<updated>2022-02-28T12:28:21Z</updated>
<author>
<name>Hrushikesh Vaidya</name>
<email>hrushikeshrv@gmail.com</email>
</author>
<published>2022-02-27T02:56:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=119f227aa62885f12cd7dd2558a62148d02adbb4'/>
<id>urn:sha1:119f227aa62885f12cd7dd2558a62148d02adbb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33267 -- Added link to related item to related widget wrapper in admin.</title>
<updated>2022-02-25T05:33:05Z</updated>
<author>
<name>Shubh1815</name>
<email>shubhparmar14@gmail.com</email>
</author>
<published>2022-01-10T13:34:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=11cc227344de06ffd0ad7f07c4e4bdd18851adac'/>
<id>urn:sha1:11cc227344de06ffd0ad7f07c4e4bdd18851adac</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>
</feed>
