<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/django/contrib/postgres/fields/array.py, branch 3.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=3.2</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=3.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2020-11-26T09:57:58Z</updated>
<entry>
<title>Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayField lookups.</title>
<updated>2020-11-26T09:57:58Z</updated>
<author>
<name>Hannes Ljungberg</name>
<email>hannes.ljungberg@gmail.com</email>
</author>
<published>2020-11-02T19:38:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=33403bf80f635577a18426bc99c8a65e31fd8dfa'/>
<id>urn:sha1:33403bf80f635577a18426bc99c8a65e31fd8dfa</id>
<content type='text'>
</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 #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>Reduced code duplication in ArrayField's lookups.</title>
<updated>2019-08-23T08:43:08Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-08-22T09:29:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b1f669406ff82fcd5fed9f20be258944bd3b3bf9'/>
<id>urn:sha1:b1f669406ff82fcd5fed9f20be258944bd3b3bf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved indexes in ArrayField's Index and Slice transforms to SQL params.</title>
<updated>2019-08-05T12:16:35Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-08-01T09:48:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=05964b2198e53a8d66e34d83d9123e3051720b28'/>
<id>urn:sha1:05964b2198e53a8d66e34d83d9123e3051720b28</id>
<content type='text'>
Follow up to 7deeabc7c7526786df6894429ce89a9c4b614086.

These lookups aren't vulnerable to SQL injection because both accept
only integer indexes. It is a part of good practices.
</content>
</entry>
<entry>
<title>Removed obsolete Lookup hook to prepare rhs expressions.</title>
<updated>2019-03-22T00:54:21Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2019-03-06T07:05:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5935a9aeade517aebdceea989467d2b46c44d96f'/>
<id>urn:sha1:5935a9aeade517aebdceea989467d2b46c44d96f</id>
<content type='text'>
After 3a505c70e7b228bf1212c067a8f38271ca86ce09, all _prepare() methods
return self.
</content>
</entry>
<entry>
<title>Reverted "Fixed relative paths imports per isort 4.3.5."</title>
<updated>2019-03-03T18:33:48Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-03-03T18:33:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b435f82939edf70674856e0e1cd63973c2e0a1d1'/>
<id>urn:sha1:b435f82939edf70674856e0e1cd63973c2e0a1d1</id>
<content type='text'>
This reverts commit 463fe11bc8b2d068e447c5df677e7a31c2af7e03 due to
restore of relative paths sorting from isort &lt; 4.3.5 in isort 4.3.10.</content>
</entry>
<entry>
<title>Fixed relative paths imports per isort 4.3.5.</title>
<updated>2019-02-25T10:03:30Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-02-25T10:03:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=463fe11bc8b2d068e447c5df677e7a31c2af7e03'/>
<id>urn:sha1:463fe11bc8b2d068e447c5df677e7a31c2af7e03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #28370 -- Removed support for the context arg of Field.from_db_value() and Expression.convert_value().</title>
<updated>2019-01-17T15:52:19Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-12-28T00:58:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=da5eb3d56c4bfd1bd5ed99d52441d90f9695b5ac'/>
<id>urn:sha1:da5eb3d56c4bfd1bd5ed99d52441d90f9695b5ac</id>
<content type='text'>
Per deprecation timeline.
</content>
</entry>
</feed>
