<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/validation, 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>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/django.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/django.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>Fixed #35569 -- Improved wording of invalid ForeignKey error message.</title>
<updated>2024-07-04T09:35:03Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2024-07-03T11:51:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=31837dbcb36f1ab57fb1b16cb0b126c55a1bdf01'/>
<id>urn:sha1:31837dbcb36f1ab57fb1b16cb0b126c55a1bdf01</id>
<content type='text'>
</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/django.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 #34818 -- Prevented GenericIPAddressField from mutating error messages.</title>
<updated>2023-11-24T04:46:17Z</updated>
<author>
<name>Parth Verma</name>
<email>v.parth98@gmail.com</email>
</author>
<published>2023-11-24T04:46:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eabfa2d0e38670365aa74117ad2f8710b81065c5'/>
<id>urn:sha1:eabfa2d0e38670365aa74117ad2f8710b81065c5</id>
<content type='text'>
Co-authored-by: Parth Verma &lt;parth.verma@gmail.com&gt;</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/django.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/django.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 -- 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>
<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/django.git/commit/?id=1eaf38fa87384fe26d1abf6e389d6df1600d4d8c'/>
<id>urn:sha1:1eaf38fa87384fe26d1abf6e389d6df1600d4d8c</id>
<content type='text'>
Regression in 3aa545281e0c0f9fac93753e3769df9e0334dbaa.

Thanks Hervé Le Roy for the report.
</content>
</entry>
</feed>
