<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/postgres_tests/migrations/0002_create_test_models.py, branch 5.0.10</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.0.10</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.0.10'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-08-05T15:42:19Z</updated>
<entry>
<title>[5.0.x] Fixed #35638 -- Updated validate_constraints to consider db_default.</title>
<updated>2024-08-05T15:42:19Z</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=333cfab512689490ea8a6a95598a94d77816fa2d'/>
<id>urn:sha1:333cfab512689490ea8a6a95598a94d77816fa2d</id>
<content type='text'>
Backport of 509763c79952cde02d9f5b584af4278bdbed77b2 from main.
</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 #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.</title>
<updated>2022-08-03T09:42:51Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-08-03T09:42:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cb791a2540c289390b68a3ea9c6a79476890bab2'/>
<id>urn:sha1:cb791a2540c289390b68a3ea9c6a79476890bab2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33704 -- Updated postgres_tests migrations.</title>
<updated>2022-05-13T09:23:21Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-05-13T09:23:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c112f837d4960b68e912e23139bb97ef01c870a6'/>
<id>urn:sha1:c112f837d4960b68e912e23139bb97ef01c870a6</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 #27147 -- Allowed specifying bounds of tuple inputs for non-discrete range fields.</title>
<updated>2021-11-04T18:08:57Z</updated>
<author>
<name>Guilherme Martins Crocetti</name>
<email>gmcrocetti@gmail.com</email>
</author>
<published>2021-06-17T21:13:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fc565cb539e4c1e5fba70d9ebb19bac0ca251d37'/>
<id>urn:sha1:fc565cb539e4c1e5fba70d9ebb19bac0ca251d37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.</title>
<updated>2021-10-01T11:11:34Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2021-05-28T22:52:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e76f9d5b443845639262e18d9020ef4b070f1c7d'/>
<id>urn:sha1:e76f9d5b443845639262e18d9020ef4b070f1c7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33114 -- Defined default output_field of StringAgg.</title>
<updated>2021-09-27T04:58:54Z</updated>
<author>
<name>ali</name>
<email>ali.sayyah2@gmail.com</email>
</author>
<published>2021-09-25T13:24:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ca583783900d98188c488add21f77702a94a7922'/>
<id>urn:sha1:ca583783900d98188c488add21f77702a94a7922</id>
<content type='text'>
Thanks Simon Charette for the review.
</content>
</entry>
<entry>
<title>Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on PostgreSQL.</title>
<updated>2021-09-17T11:05:15Z</updated>
<author>
<name>Nikita Marchant</name>
<email>nikita.marchant@gmail.com</email>
</author>
<published>2021-09-15T10:57:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4e4082f9396e21de0bd88dbfc651da9ad01c7c0c'/>
<id>urn:sha1:4e4082f9396e21de0bd88dbfc651da9ad01c7c0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27095 -- Fixed test_contained_by_including_F_object when run in reverse.</title>
<updated>2020-12-03T08:30:33Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-12-03T08:30:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d746f28949c009251a8741ba03d156964050717f'/>
<id>urn:sha1:d746f28949c009251a8741ba03d156964050717f</id>
<content type='text'>
Tests should not rely on auto PKs.

Test regression in 33403bf80f635577a18426bc99c8a65e31fd8dfa.</content>
</entry>
</feed>
