<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/admin_inlines/models.py, 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-05T21:10:04Z</updated>
<entry>
<title>Fixed #36984 -- Made inline formset error messages respect delete_confirmation_max_display.</title>
<updated>2026-06-05T21:10:04Z</updated>
<author>
<name>Karolis Ryselis</name>
<email>karolis.ryselis@gmail.com</email>
</author>
<published>2026-03-19T07:46:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=57c8c8b107248a3358dd26276ac497c577454011'/>
<id>urn:sha1:57c8c8b107248a3358dd26276ac497c577454011</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36079 -- Fixed text size of TabularInline object titles.</title>
<updated>2025-08-05T14:36:06Z</updated>
<author>
<name>antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2025-08-03T00:40:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=65377325855ab6faa7ac487e336e9902c6268c96'/>
<id>urn:sha1:65377325855ab6faa7ac487e336e9902c6268c96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35755 -- Hid help text of hidden fields in admin fieldsets.</title>
<updated>2024-09-12T11:49:07Z</updated>
<author>
<name>Richard Laager</name>
<email>rlaager@wiktel.com</email>
</author>
<published>2024-09-12T03:45:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=16af0c60ed90813ed70ecef4e64a89301ed0f0a2'/>
<id>urn:sha1:16af0c60ed90813ed70ecef4e64a89301ed0f0a2</id>
<content type='text'>
Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd.
</content>
</entry>
<entry>
<title>Fixed #35393 -- Added excluded pk as a hidden field to the inline admin.</title>
<updated>2024-05-22T08:31:24Z</updated>
<author>
<name>Willem Van Onsem</name>
<email>vanonsem.willem@gmail.com</email>
</author>
<published>2024-04-21T18:06:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2995aeab56d661663e2851b29bba1fc20c2541f0'/>
<id>urn:sha1:2995aeab56d661663e2851b29bba1fc20c2541f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #35189 -- Improved admin fieldset's accessibility by setting aria-labelledby.</title>
<updated>2024-05-22T03:13:55Z</updated>
<author>
<name>Marijke Luttekes</name>
<email>mail@marijkeluttekes.dev</email>
</author>
<published>2024-05-22T01:09:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=01ed59f753139afb514170ee7f7384c155ecbc2d'/>
<id>urn:sha1:01ed59f753139afb514170ee7f7384c155ecbc2d</id>
<content type='text'>
Before this change, HTML &lt;fieldset&gt; elements in the admin site did not
have an associated label to describe them. This commit defines a unique
HTML id for the heading labeling a fieldset, and sets its
aria-labelledby property to link the heading with the fieldset.
</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/chango.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 #33547 -- Fixed error when rendering invalid inlines with readonly fields in admin.</title>
<updated>2022-03-01T07:09:58Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-03-01T07:09:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=445b075def2c037b971518963b70ce13df5e88a2'/>
<id>urn:sha1:445b075def2c037b971518963b70ce13df5e88a2</id>
<content type='text'>
Regression in de95c826673be9ea519acc86fd898631d1a11356.

Thanks David Glenck for the report.</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/chango.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when editing in admin change view.</title>
<updated>2021-09-21T11:12:09Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2021-09-16T08:34:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2f0f30f973363a59c20f204f9351724fb2ce7327'/>
<id>urn:sha1:2f0f30f973363a59c20f204f9351724fb2ce7327</id>
<content type='text'>
ModelAdmin.get_inlines() should get an unmutated object when creating
formsets during POST request.
</content>
</entry>
<entry>
<title>Refs #32219 -- Added admin model inline tests for verbose names.</title>
<updated>2021-09-08T09:32:06Z</updated>
<author>
<name>Siburg</name>
<email>jelle.sjoerdsma@gmail.com</email>
</author>
<published>2021-09-08T09:19:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1bd6a7a0acc11e249fca11c017505ad39f15ebf6'/>
<id>urn:sha1:1bd6a7a0acc11e249fca11c017505ad39f15ebf6</id>
<content type='text'>
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
</feed>
