<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/postgres_tests/test_array.py, branch 1.10</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=1.10</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=1.10'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2016-06-16T18:21:14Z</updated>
<entry>
<title>[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.</title>
<updated>2016-06-16T18:21:14Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2016-06-16T18:19:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=13d60298ea2a07242dc3952a9dfcd9c8857bf1f9'/>
<id>urn:sha1:13d60298ea2a07242dc3952a9dfcd9c8857bf1f9</id>
<content type='text'>
Backport of 4f336f66523001b009ab038b10848508fd208b3b from master
</content>
</entry>
<entry>
<title>Fixed #22383 -- Added support for HTML5 required attribute on required form fields.</title>
<updated>2016-04-21T23:16:38Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2016-03-28T18:02:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ec6121693f112ae33b653b4364e812722d2eb567'/>
<id>urn:sha1:ec6121693f112ae33b653b4364e812722d2eb567</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26283 -- Fixed removal of trailing nulls for SplitArrayField.</title>
<updated>2016-03-12T22:22:25Z</updated>
<author>
<name>quaspas</name>
<email>daniel.quattro@gmail.com</email>
</author>
<published>2016-03-12T21:44:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=91f87b8f91f5f8d01ac4b814dce218be27f56ab2'/>
<id>urn:sha1:91f87b8f91f5f8d01ac4b814dce218be27f56ab2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25143 -- Added ArrayField.from_db_value().</title>
<updated>2016-03-12T14:14:35Z</updated>
<author>
<name>Fernando Miranda</name>
<email>fcmiranda@gmail.com</email>
</author>
<published>2015-07-22T17:51:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2495023a4cae28f494d0a6172abfac3a47a0b816'/>
<id>urn:sha1:2495023a4cae28f494d0a6172abfac3a47a0b816</id>
<content type='text'>
Thanks Karan Lyons for contributing to the patch.
</content>
</entry>
<entry>
<title>Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values</title>
<updated>2016-02-16T20:07:05Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-02-15T18:28:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=928c12eb1a75dbcab22b64f8cf0afb17389c20d2'/>
<id>urn:sha1:928c12eb1a75dbcab22b64f8cf0afb17389c20d2</id>
<content type='text'>
Also added tests for HStoreField and JSONField.
Thanks Aleksey Bukin for the report and Tim Graham for the initial patch and
the review.
</content>
</entry>
<entry>
<title>Fixed #25746 -- Isolated inlined test models registration.</title>
<updated>2016-01-07T01:00:07Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2015-11-17T05:39:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a08fda2111d811aa53f11218fa03f3300dfff4cb'/>
<id>urn:sha1:a08fda2111d811aa53f11218fa03f3300dfff4cb</id>
<content type='text'>
Thanks to Tim for the review.
</content>
</entry>
<entry>
<title>Fixed #25841 -- Handled base array fields validation errors with params.</title>
<updated>2015-12-18T01:25:04Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2015-12-01T22:59:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3738e4ac46688a0f13139c0b9058fc81c1aac424'/>
<id>urn:sha1:3738e4ac46688a0f13139c0b9058fc81c1aac424</id>
<content type='text'>
Thanks to Trac alias benzid-wael for the report.
</content>
</entry>
<entry>
<title>Fixed #25867 -- Fixed a system check crash with nested ArrayFields.</title>
<updated>2015-12-07T19:45:22Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2015-12-04T18:14:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=59b57e672c2f5a685804cce253d2c5314c45c5fa'/>
<id>urn:sha1:59b57e672c2f5a685804cce253d2c5314c45c5fa</id>
<content type='text'>
Thanks to Jean Gourds for the report, Tim and Claude for the review.
</content>
</entry>
<entry>
<title>Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.</title>
<updated>2015-11-25T21:53:05Z</updated>
<author>
<name>Attila Tovt</name>
<email>uran198@gmail.com</email>
</author>
<published>2015-11-22T00:59:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=88fc9e2826044110b7b22577a227f122fe9c1fb5'/>
<id>urn:sha1:88fc9e2826044110b7b22577a227f122fe9c1fb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #25745 -- Isolated some postgres array field check tests.</title>
<updated>2015-11-14T16:33:28Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2015-11-13T23:21:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d95b22bd56764c71047ec16f628c00c0fd997cfd'/>
<id>urn:sha1:d95b22bd56764c71047ec16f628c00c0fd997cfd</id>
<content type='text'>
</content>
</entry>
</feed>
