<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/postgres_tests/test_array.py, branch 3.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=3.1</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=3.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2019-12-10T11:27:50Z</updated>
<entry>
<title>Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating attrs.</title>
<updated>2019-12-10T11:27:50Z</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/chango.git/commit/?id=02eff7ef60466da108b1a33f1e4dc01eec45c99d'/>
<id>urn:sha1:02eff7ef60466da108b1a33f1e4dc01eec45c99d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFields.</title>
<updated>2019-11-08T09:59:24Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-11-07T14:35:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=153c7956f84ef4bd203e750f8669f70b6f7fa3f7'/>
<id>urn:sha1:153c7956f84ef4bd203e750f8669f70b6f7fa3f7</id>
<content type='text'>
_get_FIELD_display() crashed when Field.choices was unhashable.
</content>
</entry>
<entry>
<title>Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lists and tuples.</title>
<updated>2019-11-05T10:48:44Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-10-31T19:33:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=47379d027ba2786403969367ec9c721936a823f8'/>
<id>urn:sha1:47379d027ba2786403969367ec9c721936a823f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27808 -- Added test for saving nested ArrayField with nullable base field.</title>
<updated>2019-11-01T14:56:21Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-11-01T11:08:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=84633905273fc916e3d17883810d9969c03f73c2'/>
<id>urn:sha1:84633905273fc916e3d17883810d9969c03f73c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30907 -- Fixed SplitArrayField.has_changed() with removal of empty trailing values.</title>
<updated>2019-10-28T09:32:34Z</updated>
<author>
<name>Pavel Dedik</name>
<email>pavel.dedik@kiwi.com</email>
</author>
<published>2019-10-25T12:41:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=711a7d4d50c1ef194a4a71e68ce7fa38fcb5103f'/>
<id>urn:sha1:711a7d4d50c1ef194a4a71e68ce7fa38fcb5103f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #30907 -- Added more tests for SplitArrayField.has_changed().</title>
<updated>2019-10-28T09:32:05Z</updated>
<author>
<name>Pavel Dedik</name>
<email>pavel.dedik@kiwi.com</email>
</author>
<published>2019-10-25T12:39:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d95b1ddcbef6ef61229080bab1c166d6ee4a161b'/>
<id>urn:sha1:d95b1ddcbef6ef61229080bab1c166d6ee4a161b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mixins.</title>
<updated>2019-10-17T10:30:29Z</updated>
<author>
<name>sage</name>
<email>laymonage@gmail.com</email>
</author>
<published>2019-10-17T09:36:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=6f82df69efa372fb4bddf272fff577850a09f1dc'/>
<id>urn:sha1:6f82df69efa372fb4bddf272fff577850a09f1dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations over AutoField.</title>
<updated>2019-08-23T08:43:08Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-08-22T11:56:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=521308e575e4510ef4256f2ba2943a5e570c9328'/>
<id>urn:sha1:521308e575e4510ef4256f2ba2943a5e570c9328</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added tests for using ArrayField's IndexTransform/SliceTransform on expressions with params.</title>
<updated>2019-08-05T12:16:25Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-08-02T10:39:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0e02e496cdc75741a789f8694f66e776bb8214f1'/>
<id>urn:sha1:0e02e496cdc75741a789f8694f66e776bb8214f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30596 -- Fixed SplitArrayField.has_changed() for non-string base fields.</title>
<updated>2019-07-03T11:35:51Z</updated>
<author>
<name>Chason Chaffin</name>
<email>chason@gmail.com</email>
</author>
<published>2019-07-03T09:32:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c238e65e29494042d6ccf925c0a06a3135619799'/>
<id>urn:sha1:c238e65e29494042d6ccf925c0a06a3135619799</id>
<content type='text'>
Thanks to Evgeniy Krysanov for the report and the idea to use to_python.
Thanks to Mariusz Felisiak for the test case.
</content>
</entry>
</feed>
