<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/postgres_tests/test_ranges.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-03T14:18:10Z</updated>
<entry>
<title>Fixed #36280 -- Replaced exception checks with assertRaisesMessage().</title>
<updated>2025-12-03T14:18:10Z</updated>
<author>
<name>Skyiesac</name>
<email>jainsachi1202@gmail.com</email>
</author>
<published>2025-11-16T19:16:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d338c2243fa0786225e056c5d7003f7ad67d44de'/>
<id>urn:sha1:d338c2243fa0786225e056c5d7003f7ad67d44de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36031 -- Added tests of DecimalRangeField __contains lookup with unbounded decimal ranges.</title>
<updated>2025-11-21T16:55:28Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-11-21T16:55:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=be0620b49fce5ddd179356575603c4160390965e'/>
<id>urn:sha1:be0620b49fce5ddd179356575603c4160390965e</id>
<content type='text'>
Co-authored-by: Aman Sharma &lt;210100011@iitb.ac.in&gt;</content>
</entry>
<entry>
<title>Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.</title>
<updated>2025-02-18T07:35:36Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-02-18T07:35:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=efb7f9ced2dcf71294353596a265e3fd67faffeb'/>
<id>urn:sha1:efb7f9ced2dcf71294353596a265e3fd67faffeb</id>
<content type='text'>
datetime.UTC was added in Python 3.11.</content>
</entry>
<entry>
<title>Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.</title>
<updated>2022-12-12T07:36:17Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2022-12-12T07:25:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2ebfbd894e21e1656c1e1f32d98b8df7a32d3649'/>
<id>urn:sha1:2ebfbd894e21e1656c1e1f32d98b8df7a32d3649</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34071 -- Improved error message for Range(Min/Max)ValueValidator.</title>
<updated>2022-10-05T07:41:01Z</updated>
<author>
<name>Jack Linke</name>
<email>jacklinke@gmail.com</email>
</author>
<published>2022-10-03T05:57:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=344d31c7e9ede4088e85c859f488d7a926918ec0'/>
<id>urn:sha1:344d31c7e9ede4088e85c859f488d7a926918ec0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32339 -- Deprecated default.html form template.</title>
<updated>2022-05-17T09:16:54Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2022-05-05T12:26:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d126eba3637d84caa80fa4258e2e59ef07a8260c'/>
<id>urn:sha1:d126eba3637d84caa80fa4258e2e59ef07a8260c</id>
<content type='text'>
Co-authored-by: Carlton Gibson &lt;carlton.gibson@noumenal.es&gt;
</content>
</entry>
<entry>
<title>Fixed #33656 -- Fixed MultiWidget crash when compressed value is a tuple.</title>
<updated>2022-04-26T05:06:26Z</updated>
<author>
<name>L</name>
<email>leven.cn@gmail.com</email>
</author>
<published>2022-04-22T06:51:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=37602e49484a88867f40e9498f86c49c2d1c5d7c'/>
<id>urn:sha1:37602e49484a88867f40e9498f86c49c2d1c5d7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32365 -- Removed internal uses of utils.timezone.utc alias.</title>
<updated>2022-03-24T05:29:50Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-03-23T11:15:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=bb61f0186d5c490caa44f3e3672d81e14414d33c'/>
<id>urn:sha1:bb61f0186d5c490caa44f3e3672d81e14414d33c</id>
<content type='text'>
Remaining test case ensures that uses of the alias are mapped
canonically by the migration writer.
</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/chango.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/chango.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
</feed>
