<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/invalid_models_tests/test_relative_fields.py, branch 6.0.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=6.0.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=6.0.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2026-04-02T19:54:46Z</updated>
<entry>
<title>[6.0.x] Fixed #36973 -- Made fields.E348 check detect further clashes between managers and related_names.</title>
<updated>2026-04-02T19:54:46Z</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=4eb38f6994f233feeac5852cbee2ae6663a9b1ef'/>
<id>urn:sha1:4eb38f6994f233feeac5852cbee2ae6663a9b1ef</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!

Backport of fcf916884d25ed430bd7cedaea2b10035c2aa3b6 from main.
</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>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>urn:sha1:7119f40c9881666b6f9b5cf7df09ee1d21cc8344</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
</feed>
