<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/invalid_models_tests/test_models.py, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2025-12-16T20:06:10Z</updated>
<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/chango.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>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/chango.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/chango.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/chango.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>
<entry>
<title>Fixed #36273 -- Moved Index system checks from Model to Index.check().</title>
<updated>2025-05-14T14:00:53Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2025-04-20T00:32:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8638d8bf74c1a58302c97d4436ad2eb08438145b'/>
<id>urn:sha1:8638d8bf74c1a58302c97d4436ad2eb08438145b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35992, Fixed #35997 -- Added system check for CompositePrimaryKeys in Meta.indexes/constraints/unique_together.</title>
<updated>2024-12-17T09:28:40Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-12-11T20:37:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2249370c8611d97f8bdb6003fb7b4d8fd3646202'/>
<id>urn:sha1:2249370c8611d97f8bdb6003fb7b4d8fd3646202</id>
<content type='text'>
CompositePrimaryKeys are not supported in any of these options.
</content>
</entry>
<entry>
<title>Fixed #35301 -- Fixed Options._property_names for overriden properties.</title>
<updated>2024-03-17T08:43:04Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2024-03-17T08:43:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7646b9023da7e1f6f3a871959db027b3ea36eebb'/>
<id>urn:sha1:7646b9023da7e1f6f3a871959db027b3ea36eebb</id>
<content type='text'>
Regression in faeb92ea13f0c1b2cc83f45b512f2c41cfb4f02d.</content>
</entry>
<entry>
<title>Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.</title>
<updated>2024-03-01T06:15:32Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2024-02-26T05:14:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=daf7d482dbaaa2604241a994c49f442fa15142c1'/>
<id>urn:sha1:daf7d482dbaaa2604241a994c49f442fa15142c1</id>
<content type='text'>
Once the deprecation period ends CheckConstraint.check() can become the
documented method that performs system checks for BaseConstraint
subclasses.
</content>
</entry>
<entry>
<title>Refs #30913 -- Corrected IndexesTests.test_index_include_pointing_to_fk().</title>
<updated>2024-02-21T07:25:41Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2024-02-19T05:55:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=abe6c1f93eb112066691b590052704948789c60f'/>
<id>urn:sha1:abe6c1f93eb112066691b590052704948789c60f</id>
<content type='text'>
This adjusts a test assigning an Index to Meta.constraints.
</content>
</entry>
<entry>
<title>Applied Black's 2024 stable style.</title>
<updated>2024-01-26T11:45:07Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-01-26T11:45:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=305757aec19c9d5111e4d76095ae0acd66163e4b'/>
<id>urn:sha1:305757aec19c9d5111e4d76095ae0acd66163e4b</id>
<content type='text'>
https://github.com/psf/black/releases/tag/24.1.0</content>
</entry>
</feed>
