<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/postgres_tests/test_array.py, branch 2.0</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=2.0</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=2.0'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2017-11-01T19:40:32Z</updated>
<entry>
<title>[2.0.x] Fixed #28749 -- Added subquery support for ArrayField's __in lookup.</title>
<updated>2017-11-01T19:40:32Z</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=e80a014fceb64a0723174c296710e6b4c04d58d0'/>
<id>urn:sha1:e80a014fceb64a0723174c296710e6b4c04d58d0</id>
<content type='text'>
Backport of e554b72a2a5473f3f1e57a32565758757a9e8e87 from master
</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>
<entry>
<title>Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.</title>
<updated>2017-04-29T23:00:21Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-04-29T23:00:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1ebd295082bb0e6b230cf3bc39fd04bee71c2bd7'/>
<id>urn:sha1:1ebd295082bb0e6b230cf3bc39fd04bee71c2bd7</id>
<content type='text'>
Thanks Preston Timmons for review.</content>
</entry>
<entry>
<title>Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.</title>
<updated>2017-04-07T20:47:52Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2017-04-07T00:28:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a354c69055fd818e612ce22eaa2da0576a4b89ee'/>
<id>urn:sha1:a354c69055fd818e612ce22eaa2da0576a4b89ee</id>
<content type='text'>
Reverted 658f1e8 which broke code using __icontains's implicit cast to ::text
on ArrayField.

Thanks Peter J. Farrell for the report.
</content>
</entry>
<entry>
<title>Refs #25226 -- Cloned ArrayField.base_field on deconstruction.</title>
<updated>2017-01-14T11:31:34Z</updated>
<author>
<name>Simon Charette</name>
<email>charettes@users.noreply.github.com</email>
</author>
<published>2017-01-14T11:31:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2e55790838a75bf25a11115536dae57880cfccfb'/>
<id>urn:sha1:2e55790838a75bf25a11115536dae57880cfccfb</id>
<content type='text'>
This prevents the base_field from sharing attributes with the one used
during migrations.</content>
</entry>
<entry>
<title>Refs #27003 -- Fixed SimpleArrayField crash on converted values.</title>
<updated>2016-11-15T23:10:45Z</updated>
<author>
<name>Brandon Chinn</name>
<email>brandonchinn178@gmail.com</email>
</author>
<published>2016-11-12T01:07:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=6573274161ee589e89077192239e0bd01cbd692a'/>
<id>urn:sha1:6573274161ee589e89077192239e0bd01cbd692a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.</title>
<updated>2016-09-22T16:20:58Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-09-06T21:41:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3507d4e773aa9ff2336e7230ba231c4ba6eb568f'/>
<id>urn:sha1:3507d4e773aa9ff2336e7230ba231c4ba6eb568f</id>
<content type='text'>
Thanks Matt Westcott for the review.
</content>
</entry>
<entry>
<title>Added tests for ArrayField lookup errors.</title>
<updated>2016-09-20T14:14:47Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-09-19T19:55:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3347dc6b4e1987ed1bb70e9033be69c426f53e84'/>
<id>urn:sha1:3347dc6b4e1987ed1bb70e9033be69c426f53e84</id>
<content type='text'>
</content>
</entry>
</feed>
