<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/docs/ref/contrib/admin, 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-16T18:21:18Z</updated>
<entry>
<title>Fixed #36881 -- Corrected documentation for ModelAdmin.search_fields.</title>
<updated>2026-06-16T18:21:18Z</updated>
<author>
<name>Amar</name>
<email>100243770+aadeina@users.noreply.github.com</email>
</author>
<published>2026-06-15T22:33:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=13107fa2b2d6d8dd9c1dc74c47f34fe9a98a530b'/>
<id>urn:sha1:13107fa2b2d6d8dd9c1dc74c47f34fe9a98a530b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #24941 -- Doc'd get_exclude() in base features shared by InlineModelAdmin.</title>
<updated>2026-06-11T15:02:36Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-06-11T14:32:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=09efda004551319d2956e20020dc0e42e40f151a'/>
<id>urn:sha1:09efda004551319d2956e20020dc0e42e40f151a</id>
<content type='text'>
</content>
</entry>
<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>Removed versionadded/changed annotations for 6.0.</title>
<updated>2026-05-20T20:17:41Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2026-05-13T15:54:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c17e494866024304da7f49a8ac3a43ac53bec93e'/>
<id>urn:sha1:c17e494866024304da7f49a8ac3a43ac53bec93e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #12090 -- Added admin actions to the admin change form.</title>
<updated>2026-05-13T15:31:28Z</updated>
<author>
<name>Marcelo Galigniana</name>
<email>marcelogaligniana@gmail.com</email>
</author>
<published>2026-04-22T11:04:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f30acb184f75fd9260cfd6ddc48a3bbbd49f9c1d'/>
<id>urn:sha1:f30acb184f75fd9260cfd6ddc48a3bbbd49f9c1d</id>
<content type='text'>
Thank you to Benjamin Balder Bach and Jacob Walls for reviews.

Co-authored-by: Sarah Boyce &lt;42296566+sarahboyce@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Refs #36593 -- Deprecated setting ModelAdmin.list_select_related to True.</title>
<updated>2026-05-11T16:32:30Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2025-09-05T14:10:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=122f0b62a1effa558aad67a62e5b0d84a49cdc23'/>
<id>urn:sha1:122f0b62a1effa558aad67a62e5b0d84a49cdc23</id>
<content type='text'>
Now that calling `QuerySet.select_related()` without arguments is deprecated,
this commit deprecates the corresponding admin features.
</content>
</entry>
<entry>
<title>Refs #12090 -- Documented parameters for contrib.admin.decorators.action().</title>
<updated>2026-04-23T08:54:14Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2026-04-22T06:04:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d24160ab4855f6971aa1f437720adca6330048a2'/>
<id>urn:sha1:d24160ab4855f6971aa1f437720adca6330048a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #10919 -- Added delete_confirmation_max_display to ModelAdmin.</title>
<updated>2026-04-23T02:22:55Z</updated>
<author>
<name>Rodrigo Vieira</name>
<email>rodrigo.vieira@gmail.com</email>
</author>
<published>2026-04-22T21:53:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=fa2a3de6ede10b005fc2c1d23f4cffb53eaec425'/>
<id>urn:sha1:fa2a3de6ede10b005fc2c1d23f4cffb53eaec425</id>
<content type='text'>
The new ModelAdmin.delete_confirmation_max_display attribute allows
limiting the number of related objects shown on the delete confirmation
page. When the limit is reached, a "…and N more objects." message is shown.

The feature relies on a new truncated_unordered_list template filter
added to django.contrib.admin.templatetags.admin_filters.

Thanks Jacob Tyler Walls for the review and guidance, Tobias McNulty for the report,
and terminator14 for the solution suggested.
</content>
</entry>
<entry>
<title>Fixed #36887 -- Improved admin changelist layout for object-tools button.</title>
<updated>2026-03-04T00:36:47Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-01-27T18:32:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=35dab0ad9ee2ed23101420cb0f253deda2818191'/>
<id>urn:sha1:35dab0ad9ee2ed23101420cb0f253deda2818191</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34643 -- Moved inputs beneath labels and errors in admin forms.</title>
<updated>2026-02-27T12:43:45Z</updated>
<author>
<name>antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2025-08-07T13:17:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=187a789f99ecbc708de517c6b54d480b68ba59fe'/>
<id>urn:sha1:187a789f99ecbc708de517c6b54d480b68ba59fe</id>
<content type='text'>
Thanks Sarah Boyce and Jacob Walls for reviews.

Co-authored-by: Hrushikesh Vaidya &lt;hrushikeshrv@gmail.com&gt;
</content>
</entry>
</feed>
