<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/checks.txt, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<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 #37024 -- Made SITE_ID system check validation use Site._meta.pk.</title>
<updated>2026-04-19T06:04:22Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2026-04-19T06:04:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=179aa21b6dfeb9a0560a8c2bbfcf056301fc619f'/>
<id>urn:sha1:179aa21b6dfeb9a0560a8c2bbfcf056301fc619f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36305 -- Fixed indentation in checks and middleware documentation.</title>
<updated>2025-12-22T19:42:00Z</updated>
<author>
<name>ankan0503</name>
<email>ankangiri05@gmail.com</email>
</author>
<published>2025-11-19T16:00:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cc8ee496a5293ecf7155d61c6052905c92db3ca0'/>
<id>urn:sha1:cc8ee496a5293ecf7155d61c6052905c92db3ca0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36806 -- Added system check for null kwarg in GeneratedField.</title>
<updated>2025-12-22T14:41:41Z</updated>
<author>
<name>Nilesh Kumar Pahari</name>
<email>nileshpahari@protonmail.com</email>
</author>
<published>2025-12-18T10:51:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6025eab3c509b4de922117e16866bbfe0ee99aa6'/>
<id>urn:sha1:6025eab3c509b4de922117e16866bbfe0ee99aa6</id>
<content type='text'>
The null argument has no effect on GeneratedField since the nullability
of the column depends on the database and expression used.
</content>
</entry>
<entry>
<title>Fixed #36594 -- Improved UniqueConstraint's nulls_distinct system check message.</title>
<updated>2025-12-16T20:06:10Z</updated>
<author>
<name>Mridul Dhall</name>
<email>mriduldhall@Mriduls-MacBook-Pro.local</email>
</author>
<published>2025-09-16T20:50:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d1a4979fa55071581411b7d62eb1ee20f2380ae3'/>
<id>urn:sha1:d1a4979fa55071581411b7d62eb1ee20f2380ae3</id>
<content type='text'>
Clarified that the nulls_distinct argument is not supported, as opposed
to certain values for the argument.

Thanks Russell Owen for the report.
</content>
</entry>
<entry>
<title>Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) feature flags.</title>
<updated>2025-11-23T10:53:24Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2025-11-21T01:18:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=57c50d8c1996733cef45204ea069a2c01b2860cc'/>
<id>urn:sha1:57c50d8c1996733cef45204ea069a2c01b2860cc</id>
<content type='text'>
Needed on MongoDB.

Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refs #36663, #36739 -- Added release note for running checks against all databases.</title>
<updated>2025-11-20T14:54:45Z</updated>
<author>
<name>Storm B. Heg</name>
<email>storm@stormbase.digital</email>
</author>
<published>2025-11-20T13:28:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=14fb36e0b083ea963220602d01386cc0fb2c40e4'/>
<id>urn:sha1:14fb36e0b083ea963220602d01386cc0fb2c40e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26609 -- Extended fields.E004 system check for unordered iterables.</title>
<updated>2025-11-19T07:22:44Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-11-19T07:22:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=97acd4d2f92eef8c285bac070d437bf0fd52e071'/>
<id>urn:sha1:97acd4d2f92eef8c285bac070d437bf0fd52e071</id>
<content type='text'>
Co-authored-by: Karl Wooster &lt;karl.wooster@alleima.com&gt;</content>
</entry>
<entry>
<title>Fixed #24920 -- Added support for DecimalField with no precision.</title>
<updated>2025-11-17T12:43:47Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-11-17T12:43:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1ce6e78dd4beed702f15fa0be798dd17a15d4ba8'/>
<id>urn:sha1:1ce6e78dd4beed702f15fa0be798dd17a15d4ba8</id>
<content type='text'>
Thanks Lily for the review.</content>
</entry>
<entry>
<title>Fixed #21961 -- Added support for database-level delete options for ForeignKey.</title>
<updated>2025-10-18T13:03:50Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-10-18T13:03:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0c487aa3a7b2417481bf48c1e5355c855873e210'/>
<id>urn:sha1:0c487aa3a7b2417481bf48c1e5355c855873e210</id>
<content type='text'>
Thanks Simon Charette for pair programming.

Co-authored-by: Nick Stefan &lt;NickStefan12@gmail.com&gt;
Co-authored-by: Akash Kumar Sen &lt;71623442+Akash-Kumar-Sen@users.noreply.github.com&gt;
Co-authored-by: Simon Charette &lt;charette.s@gmail.com&gt;</content>
</entry>
</feed>
