<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/validation/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>2024-08-05T15:33:12Z</updated>
<entry>
<title>Fixed #35638 -- Updated validate_constraints to consider db_default.</title>
<updated>2024-08-05T15:33:12Z</updated>
<author>
<name>David Sanders</name>
<email>shang.xiao.sanders@gmail.com</email>
</author>
<published>2024-08-05T06:22:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=509763c79952cde02d9f5b584af4278bdbed77b2'/>
<id>urn:sha1:509763c79952cde02d9f5b584af4278bdbed77b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #34701 -- Moved UniqueConstraint(nulls_distinct) validation tests.</title>
<updated>2024-07-17T10:52:17Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2024-07-14T02:15:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0e49a8c3bd9119795525d9f076f73740741479b7'/>
<id>urn:sha1:0e49a8c3bd9119795525d9f076f73740741479b7</id>
<content type='text'>
The original tests required the creation of a model that is no longer necessary
and were exercising Model.full_clean(validate_constraints) which has nothing
to do with the nulls_distinct feature.
</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>Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.</title>
<updated>2023-07-19T19:42:27Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2023-07-07T23:43:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=595a2abb58e04caa4d55fb2589bb80fb2a8fdfa1'/>
<id>urn:sha1:595a2abb58e04caa4d55fb2589bb80fb2a8fdfa1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30581 -- Added support for Meta.constraints validation.</title>
<updated>2022-05-10T09:22:23Z</updated>
<author>
<name>Gagaro</name>
<email>gagaro42@gmail.com</email>
</author>
<published>2022-01-31T15:04:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=667105877e6723c6985399803a364848891513cc'/>
<id>urn:sha1:667105877e6723c6985399803a364848891513cc</id>
<content type='text'>
Thanks Simon Charette, Keryn Knight, and Mariusz Felisiak for reviews.
</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/chango.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33335 -- Made model validation ignore functional unique constraints.</title>
<updated>2021-12-06T06:59:11Z</updated>
<author>
<name>Hannes Ljungberg</name>
<email>hannes.ljungberg@gmail.com</email>
</author>
<published>2021-12-04T20:03:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1eaf38fa87384fe26d1abf6e389d6df1600d4d8c'/>
<id>urn:sha1:1eaf38fa87384fe26d1abf6e389d6df1600d4d8c</id>
<content type='text'>
Regression in 3aa545281e0c0f9fac93753e3769df9e0334dbaa.

Thanks Hervé Le Roy for the report.
</content>
</entry>
<entry>
<title>Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db.models.</title>
<updated>2021-07-15T09:43:33Z</updated>
<author>
<name>Daniyal</name>
<email>abbasi.daniyal98@gmail.com</email>
</author>
<published>2021-03-24T05:45:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f479df7f8d03ab767bb5e5d655243191087d6432'/>
<id>urn:sha1:f479df7f8d03ab767bb5e5d655243191087d6432</id>
<content type='text'>
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #31596 -- Changed ForeignKey.validate() to use the base manager.</title>
<updated>2020-06-25T09:36:20Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-06-25T08:28:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e13cfc6dfd4212ef7a40db1a41d3ae6ac4b97de0'/>
<id>urn:sha1:e13cfc6dfd4212ef7a40db1a41d3ae6ac4b97de0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unused __str__() methods in tests models.</title>
<updated>2020-04-15T18:20:32Z</updated>
<author>
<name>Author: Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2020-01-22T14:05:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=6461583b6cc257d25880ef9a9fd7e2125ac53ce1'/>
<id>urn:sha1:6461583b6cc257d25880ef9a9fd7e2125ac53ce1</id>
<content type='text'>
Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
Co-Authored-By: Hasan Ramezani &lt;hasan.r67@gmail.com&gt;
</content>
</entry>
</feed>
