<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/admin_inlines/admin.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>Refs #35464 -- Added test to cover layout of TabularInline fieldsets.</title>
<updated>2024-07-15T10:43:42Z</updated>
<author>
<name>Maryam Yusuf</name>
<email>maryam.m.yusuf1802@gmail.com</email>
</author>
<published>2024-07-13T12:39:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=65344f0e1ecfff3e9623c18c51eff8fe72f9a9df'/>
<id>urn:sha1:65344f0e1ecfff3e9623c18c51eff8fe72f9a9df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed duplicate inline from tests.admin_inlines.admin.PhotographerAdmin.</title>
<updated>2024-07-15T09:12:14Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-07-15T08:51:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=86b548a59bce88a274daa17f22b59ce63282d7ba'/>
<id>urn:sha1:86b548a59bce88a274daa17f22b59ce63282d7ba</id>
<content type='text'>
</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>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>Fixed #31867 -- Made TabularInline handling of hidden fields with view-only permissions consistent with StackedInline.</title>
<updated>2021-09-10T08:10:53Z</updated>
<author>
<name>antoinehumbert</name>
<email>antoine.humbert@gmail.com</email>
</author>
<published>2020-08-12T19:34:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=de95c826673be9ea519acc86fd898631d1a11356'/>
<id>urn:sha1:de95c826673be9ea519acc86fd898631d1a11356</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30231 -- Fixed admin filter horizontal/vertical verbose_name generation.</title>
<updated>2021-02-16T13:26:53Z</updated>
<author>
<name>Teresa Partida</name>
<email>teresapartida.s@gmail.com</email>
</author>
<published>2021-02-11T09:27:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=45bef6706ae7436b5c2c503018b21ff70b2e6728'/>
<id>urn:sha1:45bef6706ae7436b5c2c503018b21ff70b2e6728</id>
<content type='text'>
Co-authored-by: David Smith &lt;smithdc@gmail.com&gt;
</content>
</entry>
</feed>
