<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/postgres_tests/test_array.py, branch 2.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=2.1</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=2.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2018-04-23T02:18:46Z</updated>
<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/chango.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/chango.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/chango.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/chango.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/chango.git/commit/?id=ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf'/>
<id>urn:sha1:ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28749 -- Added subquery support for ArrayField's __in lookup.</title>
<updated>2017-11-01T19:12:18Z</updated>
<author>
<name>Michał Pasternak</name>
<email>michal.dtz@gmail.com</email>
</author>
<published>2017-10-27T21:38:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e554b72a2a5473f3f1e57a32565758757a9e8e87'/>
<id>urn:sha1:e554b72a2a5473f3f1e57a32565758757a9e8e87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable defaults.</title>
<updated>2017-10-20T17:17:22Z</updated>
<author>
<name>Flávio Juvenal</name>
<email>flaviojuvenal@gmail.com</email>
</author>
<published>2017-08-17T23:21:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f6e1789654e82bac08cead5a2d2a9132f6403f52'/>
<id>urn:sha1:f6e1789654e82bac08cead5a2d2a9132f6403f52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."</title>
<updated>2017-09-07T12:16:21Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-09-07T12:16:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=6e4c6281dbb7ee12bcdc22620894edb4e9cf623f'/>
<id>urn:sha1:6e4c6281dbb7ee12bcdc22620894edb4e9cf623f</id>
<content type='text'>
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.</content>
</entry>
<entry>
<title>Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().</title>
<updated>2017-06-28T18:07:55Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2017-03-09T15:17:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=550cb3a365dee4edfdd1563224d5304de2a57fda'/>
<id>urn:sha1:550cb3a365dee4edfdd1563224d5304de2a57fda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27161 -- Fixed form validation when an ArrayField's base_field has choices.</title>
<updated>2017-06-13T23:44:24Z</updated>
<author>
<name>Romulo Furtado</name>
<email>romulo.furtado@loggi.com</email>
</author>
<published>2017-04-06T14:06:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9dd244394236388c3479ab202a0ec31055f7ec09'/>
<id>urn:sha1:9dd244394236388c3479ab202a0ec31055f7ec09</id>
<content type='text'>
</content>
</entry>
</feed>
