<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/js_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-05-20T16:02:15Z</updated>
<entry>
<title>Fixed #36458 -- Trapped focus in the admin calendar and clock widgets.</title>
<updated>2026-05-20T16:02:15Z</updated>
<author>
<name>Skyiesac</name>
<email>jainsachi1202@gmail.com</email>
</author>
<published>2026-03-31T12:48:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3ca621a38642bfd8fc2bfd308f489cc2d9e76fb0'/>
<id>urn:sha1:3ca621a38642bfd8fc2bfd308f489cc2d9e76fb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #37074 -- Synced admin calendar today highlight with server time.</title>
<updated>2026-05-08T17:04:25Z</updated>
<author>
<name>Aaryan P</name>
<email>aaryanparik124@gmail.com</email>
</author>
<published>2026-05-01T14:49:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9d4ee17b268d9621112a77f22d650e126537de16'/>
<id>urn:sha1:9d4ee17b268d9621112a77f22d650e126537de16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36459 -- Added aria-label to buttons in admin calendar and clock widgets.</title>
<updated>2026-05-04T12:40:42Z</updated>
<author>
<name>Skyiesac</name>
<email>jainsachi1202@gmail.com</email>
</author>
<published>2026-03-15T06:14:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=fba9413a326634606c54cd19ff3aefd8e50d60a9'/>
<id>urn:sha1:fba9413a326634606c54cd19ff3aefd8e50d60a9</id>
<content type='text'>
Thanks Eliana Rosselli for the review.
</content>
</entry>
<entry>
<title>Fixed #35951 -- Mentioned server timezone in admin DateTime widgets.</title>
<updated>2026-04-29T15:28:13Z</updated>
<author>
<name>Vedran Karacic</name>
<email>karacicvedran@gmail.com</email>
</author>
<published>2025-12-12T09:04:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=61941b6fc172933f425e8ba76bab444ab9b313e4'/>
<id>urn:sha1:61941b6fc172933f425e8ba76bab444ab9b313e4</id>
<content type='text'>
The existing note that is shown to the users when entering a time value
from a different timezone than the server's timezone was not descriptive
enough and led to confusion. This commit updates the note to explicitly
state that the user should enter times in the server's timezone.
</content>
</entry>
<entry>
<title>Fixed #36990 -- Bumped OpenLayers to 10.9.0.</title>
<updated>2026-04-28T17:37:43Z</updated>
<author>
<name>VIZZARD-X</name>
<email>vigneshanandmay13@gmail.com</email>
</author>
<published>2026-04-16T09:13:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f3ff680c768a313d34eb2e15eb7322edec60920c'/>
<id>urn:sha1:f3ff680c768a313d34eb2e15eb7322edec60920c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Formatted JavaScript files.</title>
<updated>2026-04-19T10:45:56Z</updated>
<author>
<name>Tom Carrick</name>
<email>tom@carrick.eu</email>
</author>
<published>2026-04-19T08:54:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=fc0a0ebd4fe573299a5f978e77fa3bca8424f661'/>
<id>urn:sha1:fc0a0ebd4fe573299a5f978e77fa3bca8424f661</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #35007 -- Removed eslint disable in a test.</title>
<updated>2026-04-19T10:45:56Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-04-19T10:30:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=47789e3a2b471995ed753c87ce69ffbaa59c0601'/>
<id>urn:sha1:47789e3a2b471995ed753c87ce69ffbaa59c0601</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #13883 -- Rendered named choice groups with &lt;optgroup&gt; in FilteredSelectMultiple.</title>
<updated>2026-01-23T02:12:23Z</updated>
<author>
<name>seanhelvey</name>
<email>sean.helvey@gmail.com</email>
</author>
<published>2024-12-13T19:56:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b1ffa9a9d78b0c2c5ad6ed5a1d84e380d5cfd010'/>
<id>urn:sha1:b1ffa9a9d78b0c2c5ad6ed5a1d84e380d5cfd010</id>
<content type='text'>
This patch adds support for &lt;optgroup&gt;s in FilteredSelectMultiple widgets.
When a popup returns a new object, if the source field contains optgroup
choices, the optgroup is now also included in the response data.

Additionally, this adds error handling for invalid source_model parameters
to prevent crashes and display user-friendly error messages instead.

Co-authored-by: Michael McLarnon &lt;mmclar@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #36256 -- Removed unnecessary titles from admin UI elements.</title>
<updated>2025-11-21T22:15:39Z</updated>
<author>
<name>Skyiesac</name>
<email>jainsachi1202@gmail.com</email>
</author>
<published>2025-11-20T17:13:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e3038897992d1c47f70ffb84ec1109b8d6a68bb9'/>
<id>urn:sha1:e3038897992d1c47f70ffb84ec1109b8d6a68bb9</id>
<content type='text'>
Thanks Eliana Rosselli and the Accessibility Team for the recommendation.
</content>
</entry>
<entry>
<title>Fixed #36053 -- Fixed placement of FilteredSelectMultiple widget label.</title>
<updated>2025-11-11T21:31:16Z</updated>
<author>
<name>Dani Fornons</name>
<email>fornons@gmail.com</email>
</author>
<published>2025-11-10T09:21:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=6821a7c9904861bf1381383b95ed85ff49d9ee5d'/>
<id>urn:sha1:6821a7c9904861bf1381383b95ed85ff49d9ee5d</id>
<content type='text'>
</content>
</entry>
</feed>
