<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/postgres_tests/test_array.py, branch 2.2.10</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.2.10</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.2.10'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2019-12-11T08:38:49Z</updated>
<entry>
<title>[2.2.x] Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating attrs.</title>
<updated>2019-12-11T08:38:49Z</updated>
<author>
<name>Peter Andersen</name>
<email>peter@porksmash.com</email>
</author>
<published>2019-12-09T16:54:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f33be1e8ae2efbca5f209e2365fa35c2aaee340c'/>
<id>urn:sha1:f33be1e8ae2efbca5f209e2365fa35c2aaee340c</id>
<content type='text'>
Backport of 02eff7ef60466da108b1a33f1e4dc01eec45c99d from master
</content>
</entry>
<entry>
<title>Adjusted code style of a few test data setup methods.</title>
<updated>2018-11-27T14:48:22Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2018-11-24T11:28:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7f63b894c02effb09c15ab0b40d28b89553b8e37'/>
<id>urn:sha1:7f63b894c02effb09c15ab0b40d28b89553b8e37</id>
<content type='text'>
Thanks Mariusz for suggesting it.
</content>
</entry>
<entry>
<title>Switched setUp() to setUpTestData() where possible in Django's tests.</title>
<updated>2018-11-27T14:35:17Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2018-11-24T01:59:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=84e7a9f4a7bb3cad2bffae97baaae99de152c451'/>
<id>urn:sha1:84e7a9f4a7bb3cad2bffae97baaae99de152c451</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switched TestCase to SimpleTestCase where possible in Django's tests.</title>
<updated>2018-11-27T13:58:44Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-11-26T19:05:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=193c109327c5216cab1d4eed6bfdff24629b09a3'/>
<id>urn:sha1:193c109327c5216cab1d4eed6bfdff24629b09a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.</title>
<updated>2018-07-27T15:35:54Z</updated>
<author>
<name>vinay karanam</name>
<email>vinayinvicible@users.noreply.github.com</email>
</author>
<published>2018-07-27T15:35:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3af695eda24b874486ee8be7e0d729761b3bdc71'/>
<id>urn:sha1:3af695eda24b874486ee8be7e0d729761b3bdc71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #29131 -- Made ArrayField error messages index from 1 instead of 0.</title>
<updated>2018-04-23T02:18:46Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2018-04-23T02:18:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b33f10d8cc5037f49d5f9c462c510f0fcf11bcf5'/>
<id>urn:sha1:b33f10d8cc5037f49d5f9c462c510f0fcf11bcf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28950 -- Fixed ArrayField.has_changed() for empty values.</title>
<updated>2018-04-07T21:53:33Z</updated>
<author>
<name>Vinay Karanam</name>
<email>vinayinvicible@gmail.com</email>
</author>
<published>2018-01-03T06:40:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6a1957bb9887f8e0bb69d3d2b180a1414d38c1fc'/>
<id>urn:sha1:6a1957bb9887f8e0bb69d3d2b180a1414d38c1fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added tests for ArrayField.has_changed().</title>
<updated>2018-04-07T21:48:29Z</updated>
<author>
<name>Vinay Karanam</name>
<email>vinayinvicible@gmail.com</email>
</author>
<published>2018-01-03T06:37:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e67dc0fbb2fc3d7c2c503b4cdc5b77ce4e944066'/>
<id>urn:sha1:e67dc0fbb2fc3d7c2c503b4cdc5b77ce4e944066</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).</title>
<updated>2018-02-11T00:08:55Z</updated>
<author>
<name>Matthew Wilkes</name>
<email>git@matthewwilkes.name</email>
</author>
<published>2017-06-18T15:53:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2162f0983de0dfe2178531638ce7ea56f54dd4e7'/>
<id>urn:sha1:2162f0983de0dfe2178531638ce7ea56f54dd4e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29038 -- Removed closing slash from HTML void tags.</title>
<updated>2018-01-21T07:09:10Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-01-21T07:09:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf'/>
<id>urn:sha1:ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf</id>
<content type='text'>
</content>
</entry>
</feed>
