<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/postgres/fields/array.py, branch 1.11a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.11a1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.11a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2017-01-14T11:31:34Z</updated>
<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/django.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 #27025 -- Fixed ArrayField querying on Python 3.6.</title>
<updated>2016-09-20T14:14:47Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-09-19T19:56:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b5aac66b28c615b2bda63548cbd695dbb5a0c381'/>
<id>urn:sha1:b5aac66b28c615b2bda63548cbd695dbb5a0c381</id>
<content type='text'>
Python 3.6 parses strings like '0_1' as numeric literals.
http://bugs.python.org/issue26331
</content>
</entry>
<entry>
<title>Fixed #22288 -- Fixed F() expressions with the  __range lookup.</title>
<updated>2016-08-19T17:40:56Z</updated>
<author>
<name>Matthew Wilkes</name>
<email>git@matthewwilkes.name</email>
</author>
<published>2016-06-02T18:05:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4f138fe5a496a81115c4fba6615a517fc62c3b17'/>
<id>urn:sha1:4f138fe5a496a81115c4fba6615a517fc62c3b17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25579 -- Fixed ArrayField.get_db_prep_value() to allow complex types.</title>
<updated>2016-03-15T15:23:38Z</updated>
<author>
<name>Matt C</name>
<email>matt@engineered.software</email>
</author>
<published>2016-03-15T08:23:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e7e5d9b338cabaafc61b7a0c55ff395b533d8c9e'/>
<id>urn:sha1:e7e5d9b338cabaafc61b7a0c55ff395b533d8c9e</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/django.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/django.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>Removed unneeded hint=None/obj=None in system check messages.</title>
<updated>2016-02-12T18:01:25Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-02-12T16:36:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=004ba0f99eb25c3f32aa3a41707534e955d1878e'/>
<id>urn:sha1:004ba0f99eb25c3f32aa3a41707534e955d1878e</id>
<content type='text'>
</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/django.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 #25544 -- Removed duplicate ids in prefetch_related() queries.</title>
<updated>2015-12-18T00:08:30Z</updated>
<author>
<name>Ian Foote</name>
<email>python@ian.feete.org</email>
</author>
<published>2015-11-07T15:06:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=86eccdc8b67728d84440a46e5bf62c78f2eddf6d'/>
<id>urn:sha1:86eccdc8b67728d84440a46e5bf62c78f2eddf6d</id>
<content type='text'>
</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/django.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>
</feed>
