<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/modeladmin, 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 #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>Reverted inadvertent changes to PK formatting in tests.</title>
<updated>2026-04-24T15:46:53Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2026-04-24T15:00:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ad073338d02fce884301d159f30eaf17c7f2d246'/>
<id>urn:sha1:ad073338d02fce884301d159f30eaf17c7f2d246</id>
<content type='text'>
Bad conflict resolution in 63c56cda133a85a158502891c40465bc0331d3d9
reverted bits of d007fcf7291cc3c24d4545e23c759bde22b6a8a6.
</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 #35870 -- Made blank choice label in forms more accessible.</title>
<updated>2026-04-22T21:06:29Z</updated>
<author>
<name>Annabelle Wiegart</name>
<email>annabelle.wiegart@proton.me</email>
</author>
<published>2026-01-18T19:03:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=63c56cda133a85a158502891c40465bc0331d3d9'/>
<id>urn:sha1:63c56cda133a85a158502891c40465bc0331d3d9</id>
<content type='text'>
Added new constant django.db.models.fields.BLANK_CHOICE_LABEL for
an accessible and translatable blank choice label in forms.
Deprecated django.db.models.fields.BLANK_CHOICE_DASH constant.
Added the immediately deprecated transitional setting
USE_BLANK_CHOICE_DASH.

Co-Authored-By: Marijke Luttekes &lt;mail@marijkeluttekes.dev&gt;
</content>
</entry>
<entry>
<title>Refs #36949 -- Removed hardcoded pks in modeladmin tests.</title>
<updated>2026-04-03T13:30:10Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2026-04-03T13:13:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=123fa3a3f38abdb73055acc9a2cbbe3537f9323a'/>
<id>urn:sha1:123fa3a3f38abdb73055acc9a2cbbe3537f9323a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36949 -- Improved RelatedFieldWidgetWrapper &lt;label&gt;s.</title>
<updated>2026-04-02T15:09:37Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2026-03-30T22:16:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=253f552c5809fa096116b601bd842ca4f3504860'/>
<id>urn:sha1:253f552c5809fa096116b601bd842ca4f3504860</id>
<content type='text'>
Regression in 4187da258fe212d494cb578a0bc2b52c4979ab95.
</content>
</entry>
<entry>
<title>Modified tests to format PKs with %s rather than %d.</title>
<updated>2026-02-10T21:04:24Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2026-02-06T16:06:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d007fcf7291cc3c24d4545e23c759bde22b6a8a6'/>
<id>urn:sha1:d007fcf7291cc3c24d4545e23c759bde22b6a8a6</id>
<content type='text'>
It's how Django formats values internally and makes tests compatible
with databases that use non-integer primary keys.
</content>
</entry>
<entry>
<title>Fixed #36804 -- Fixed admin system check crash for missing models.</title>
<updated>2026-01-12T13:46:22Z</updated>
<author>
<name>Parth Paradkar</name>
<email>parthparadkar3@gmail.com</email>
</author>
<published>2026-01-12T13:46:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=eeea8d2cba41229b10226d8b9be184f0b015e95c'/>
<id>urn:sha1:eeea8d2cba41229b10226d8b9be184f0b015e95c</id>
<content type='text'>
</content>
</entry>
</feed>
