<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/invalid_models_tests/test_relative_fields.py, 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 #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 #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 #36530 -- Extended fields.E347 to check for ManyToManyField involving CompositePrimaryKey on either side.</title>
<updated>2025-08-05T11:34:40Z</updated>
<author>
<name>jkhall81</name>
<email>jason.kei.hall@gmail.com</email>
</author>
<published>2025-07-28T15:59:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2013092b693be0ebdf36f41dc61615a2de1bbe31'/>
<id>urn:sha1:2013092b693be0ebdf36f41dc61615a2de1bbe31</id>
<content type='text'>
Thanks to Jacob Walls for the report.
</content>
</entry>
<entry>
<title>Fixed #22977 -- Added system check for clashing managers and reverse related fields.</title>
<updated>2025-03-31T20:20:43Z</updated>
<author>
<name>Anthony Joseph</name>
<email>ajosephau@users.noreply.github.com</email>
</author>
<published>2024-12-09T19:55:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6888375c53476011754f778deabc6cdbfa327011'/>
<id>urn:sha1:6888375c53476011754f778deabc6cdbfa327011</id>
<content type='text'>
With thanks to  Konrad Świat, Loïc Bistuer, Russell Keith-Magee,
and Mariusz Felisiak.

Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #36239 -- Fixed a crash in ManyToManyField.through_fields check when to model is invalid.</title>
<updated>2025-03-28T11:37:57Z</updated>
<author>
<name>saJaeHyukc</name>
<email>wogur981208@gmail.com</email>
</author>
<published>2025-03-12T08:39:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c1a4fccf53437e480c42648f67277fb7e63ed4ab'/>
<id>urn:sha1:c1a4fccf53437e480c42648f67277fb7e63ed4ab</id>
<content type='text'>
Signed-off-by: saJaeHyukc &lt;wogur981208@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #36034 -- Added system check for ForeignKey/ForeignObject/ManyToManyField to CompositePrimaryKeys.</title>
<updated>2025-01-02T12:06:47Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-01-01T09:23:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b322319f9d779b8726436421daae2862a380061d'/>
<id>urn:sha1:b322319f9d779b8726436421daae2862a380061d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35580 -- Allowed related fields referencing auto-created through models.</title>
<updated>2024-07-09T11:50:12Z</updated>
<author>
<name>jason_bruce</name>
<email>brucejwb@gmail.com</email>
</author>
<published>2024-07-05T18:41:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=af84bcc8d1b129bd2dc35fae6bb42a175143661f'/>
<id>urn:sha1:af84bcc8d1b129bd2dc35fae6bb42a175143661f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:04:38Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=097e3a70c1481ee7b042b2edd91b2be86fb7b5b6'/>
<id>urn:sha1:097e3a70c1481ee7b042b2edd91b2be86fb7b5b6</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0
</content>
</entry>
<entry>
<title>Fixed #18468 -- Added support for comments on columns and tables.</title>
<updated>2022-12-28T05:28:07Z</updated>
<author>
<name>kimsoungryoul</name>
<email>kimsoungryoul@gmail.com</email>
</author>
<published>2022-10-16T05:59:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=78f163a4fb3937aca2e71786fbdd51a0ef39629e'/>
<id>urn:sha1:78f163a4fb3937aca2e71786fbdd51a0ef39629e</id>
<content type='text'>
Thanks Jared Chung, Tom Carrick, David Smith, Nick Pope, and Mariusz
Felisiak for reviews.

Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
Co-authored-by: Nick Pope &lt;nick@nickpope.me.uk&gt;
</content>
</entry>
</feed>
