<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/invalid_models_tests, 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-02T19:54:23Z</updated>
<entry>
<title>Fixed #36973 -- Made fields.E348 check detect further clashes between managers and related_names.</title>
<updated>2026-04-02T19:54:23Z</updated>
<author>
<name>Clifford Gama</name>
<email>cliffygamy@gmail.com</email>
</author>
<published>2026-03-10T15:47:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fcf916884d25ed430bd7cedaea2b10035c2aa3b6'/>
<id>urn:sha1:fcf916884d25ed430bd7cedaea2b10035c2aa3b6</id>
<content type='text'>
Clashes were only detected for self-referential relationships, i.e. ForeignKey("self").

Refs #22977. Bug in 6888375c53476011754f778deabc6cdbfa327011.

Thanks JaeHyuckSa for the thorough review!
</content>
</entry>
<entry>
<title>Refs #24920 -- Made DecimalField system checks database dependent.</title>
<updated>2025-12-28T18:21:49Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-12-28T18:21:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1c34b8716afde049f95ad1c72c2f8e148f826662'/>
<id>urn:sha1:1c34b8716afde049f95ad1c72c2f8e148f826662</id>
<content type='text'>
Thanks Tim Graham for the suggestion.</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>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>
<entry>
<title>Fixed #36611, Refs #36580 -- Added system check for multicolumn ForeignObject in Meta.indexes/constraints/unique_together.</title>
<updated>2025-10-13T17:53:39Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-09-19T14:27:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5b51e6f759f2ba993219347435149173c756c478'/>
<id>urn:sha1:5b51e6f759f2ba993219347435149173c756c478</id>
<content type='text'>
ForeignObjects with multiple `from_fields` are not supported in these
options.

Co-authored-by: Jacob Walls &lt;jacobtylerwalls@gmail.com&gt;
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fixed #36660 -- Fixed a regression in descending Index local field checks.</title>
<updated>2025-10-13T13:42:23Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2025-10-12T16:57:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=edde2891c355103ba455f3fea95cff962e40962c'/>
<id>urn:sha1:edde2891c355103ba455f3fea95cff962e40962c</id>
<content type='text'>
Regression in 8638d8bf74c1a58302c97d4436ad2eb08438145b.

Refs #36273.

Thanks Federico Bond for the report.
</content>
</entry>
</feed>
