<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/modeladmin/test_checks.py, branch fix-31295</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=fix-31295</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=fix-31295'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2026-04-23T02:22:55Z</updated>
<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/django.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 #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/django.git/commit/?id=eeea8d2cba41229b10226d8b9be184f0b015e95c'/>
<id>urn:sha1:eeea8d2cba41229b10226d8b9be184f0b015e95c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Fixed #36363 -- Added field names to admin duplicated fields error hint.</title>
<updated>2025-05-08T10:38:13Z</updated>
<author>
<name>Eric Blum</name>
<email>eric@enertiv.com</email>
</author>
<published>2025-05-01T20:31:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=384cdf0f7a2c8d1793b120d82a1584776c064f44'/>
<id>urn:sha1:384cdf0f7a2c8d1793b120d82a1584776c064f44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35628 -- Allowed compatible GeneratedFields for ModelAdmin.date_hierarchy.</title>
<updated>2024-08-05T13:27:20Z</updated>
<author>
<name>John Parton</name>
<email>john.parton.iv@gmail.com</email>
</author>
<published>2024-07-24T18:53:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7f8d839722b72aeb3ec5a4278ae57c18283acacd'/>
<id>urn:sha1:7f8d839722b72aeb3ec5a4278ae57c18283acacd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #10743 -- Allowed lookups for related fields in ModelAdmin.list_display.</title>
<updated>2024-02-06T00:42:04Z</updated>
<author>
<name>Tom Carrick</name>
<email>tom@carrick.eu</email>
</author>
<published>2023-04-04T14:11:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4ade8386ebfeb7a781dc2b62542c1cf5f8b9ddaf'/>
<id>urn:sha1:4ade8386ebfeb7a781dc2b62542c1cf5f8b9ddaf</id>
<content type='text'>
Co-authored-by: Alex Garcia &lt;me@alexoteiza.com&gt;
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
Co-authored-by: Nina Menezes &lt;https://github.com/nmenezes0&gt;
</content>
</entry>
<entry>
<title>Fixed #35056 -- Fixed system check crash on reverse m2m relations with related_name in ModelAdmin.filter_horizontal/vertical.</title>
<updated>2023-12-27T19:36:22Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-12-27T19:36:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=751d732a3815a68bdb5b7aceda0e7d5981362c4a'/>
<id>urn:sha1:751d732a3815a68bdb5b7aceda0e7d5981362c4a</id>
<content type='text'>
Thanks Thomas Feldmann for the report.

Regression in 107865780aa44914e21d27fdf4ca269bc61c7f01.</content>
</entry>
<entry>
<title>Fixed #34927 -- Fixed admin system check for inlines with foreign keys to proxy models.</title>
<updated>2023-11-02T09:42:20Z</updated>
<author>
<name>Antoine Cheneau</name>
<email>antoine.cheneau@student-cs.fr</email>
</author>
<published>2023-11-01T10:31:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=65c283be163212f5679b5edbd6a24c88b3af04ce'/>
<id>urn:sha1:65c283be163212f5679b5edbd6a24c88b3af04ce</id>
<content type='text'>
Follow up to 0e8be73812a6e62d5a6b12a585d133b56bc2bf52.
</content>
</entry>
<entry>
<title>Fixed #34345 -- Added system check for ManyToManyFields with intermediate tables in ModelAdmin.filter_horizontal/vertical.</title>
<updated>2023-06-21T05:48:09Z</updated>
<author>
<name>Hrushikesh</name>
<email>hrushikeshrv@gmail.com</email>
</author>
<published>2023-06-16T13:36:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=107865780aa44914e21d27fdf4ca269bc61c7f01'/>
<id>urn:sha1:107865780aa44914e21d27fdf4ca269bc61c7f01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34513 -- Added system check for relational fields in ModelAdmin.list_display.</title>
<updated>2023-05-02T04:46:22Z</updated>
<author>
<name>Bakdolot</name>
<email>80908236+Bakdolot@users.noreply.github.com</email>
</author>
<published>2023-05-02T04:46:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c61219a7ae051d2baab53f041e00592011fc550c'/>
<id>urn:sha1:c61219a7ae051d2baab53f041e00592011fc550c</id>
<content type='text'>
</content>
</entry>
</feed>
