<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/postgres_tests/test_array.py, branch 1.8</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=1.8</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=1.8'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2015-02-20T11:53:17Z</updated>
<entry>
<title>[1.8.x] Fixed #24373 -- Added run_validators to ArrayField.</title>
<updated>2015-02-20T11:53:17Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2015-02-20T11:33:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b6ef67d752cab200028c39c31c602dd6696b69ce'/>
<id>urn:sha1:b6ef67d752cab200028c39c31c602dd6696b69ce</id>
<content type='text'>
Thanks to DavidMuller for the report.

Backport of c490e410af from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #24290 -- Skipped postgres_tests if not running with PostgreSQL.</title>
<updated>2015-02-17T11:35:17Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-02-16T23:10:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a00a0f880485e1f122e48e0216d34d08efe199e1'/>
<id>urn:sha1:a00a0f880485e1f122e48e0216d34d08efe199e1</id>
<content type='text'>
Backport of 8b39f33d78ce5749f8ca40a7ae6823b5f6c26c09 from master
</content>
</entry>
<entry>
<title>[1.8.x] Refs #22962 -- Made test case use non-conflicting table names</title>
<updated>2015-02-13T13:39:50Z</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2015-01-22T03:26:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=45d93baf518218c39b70fbc1eb35e9b53f66cf98'/>
<id>urn:sha1:45d93baf518218c39b70fbc1eb35e9b53f66cf98</id>
<content type='text'>
Backport of b06935a486e633e9732bce2bc5f796eb437b2531 from master
</content>
</entry>
<entry>
<title>[1.8.x] Sorted imports with isort; refs #23860.</title>
<updated>2015-02-09T19:24:06Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-02-09T18:19:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a8b70d251d238b4e6cfc7bb4296da15494f8dff3'/>
<id>urn:sha1:a8b70d251d238b4e6cfc7bb4296da15494f8dff3</id>
<content type='text'>
Backport of 0ed7d155635da9f79d4dd67e4889087d3673c6da from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixes #24169 -- More arrayfield specific lookups.</title>
<updated>2015-01-20T10:26:32Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2015-01-20T09:52:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c80b2144d22d29725cf4d584bfa9079dd35af064'/>
<id>urn:sha1:c80b2144d22d29725cf4d584bfa9079dd35af064</id>
<content type='text'>
varchar()[] cannot compare itself to text[]

Thanks to joelburton for the patch.

Backport of 0ae94d0d31 from master
</content>
</entry>
<entry>
<title>Fixed #24092 -- Widened base field support for ArrayField.</title>
<updated>2015-01-16T21:15:16Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2015-01-10T18:13:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=39d95fb6ada99c59d47fa0eae6d3128abafe2d58'/>
<id>urn:sha1:39d95fb6ada99c59d47fa0eae6d3128abafe2d58</id>
<content type='text'>
Several issues resolved here, following from a report that a base_field
of GenericIpAddressField was failing.

We were using get_prep_value instead of get_db_prep_value in ArrayField
which was bypassing any extra modifications to the value being made in
the base field's get_db_prep_value. Changing this broke datetime
support, so the postgres backend has gained the relevant operation
methods to send dates/times/datetimes directly to the db backend instead
of casting them to strings. Similarly, a new database feature has been
added allowing the uuid to be passed directly to the backend, as we do
with timedeltas.

On the other side, psycopg2 expects an Inet() instance for IP address
fields, so we add a value_to_db_ipaddress method to wrap the strings on
postgres. We also have to manually add a database adapter to psycopg2,
as we do not wish to use the built in adapter which would turn
everything into Inet() instances.

Thanks to smclenithan for the report.
</content>
</entry>
<entry>
<title>Fixed #24001 -- Added range fields for PostgreSQL.</title>
<updated>2015-01-10T16:18:19Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2015-01-10T16:14:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=48ad288679a0cb2e2cfb17f128903e6c5b1c4870'/>
<id>urn:sha1:48ad288679a0cb2e2cfb17f128903e6c5b1c4870</id>
<content type='text'>
Added support for PostgreSQL range types to contrib.postgres.

- 5 new model fields
- 4 new form fields
- New validators
- Uses psycopg2's range type implementation in python
</content>
</entry>
<entry>
<title>Fixed #24034 -- Don't always overwrite deconstruct path.</title>
<updated>2014-12-21T16:31:50Z</updated>
<author>
<name>Jernej Kos</name>
<email>jernej@kos.mx</email>
</author>
<published>2014-12-21T10:21:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7c50e7eeccd4b4581542547f5ddb603bbd62a725'/>
<id>urn:sha1:7c50e7eeccd4b4581542547f5ddb603bbd62a725</id>
<content type='text'>
Made deconstruct path overwriting for ArrayField conditional,
so it only occurs when the deconstructed field is an instance
of ArrayField itself and not a subclass.
</content>
</entry>
<entry>
<title>Fixed #23894 -- Made deconstruct methods favor kwargs over args</title>
<updated>2014-11-28T11:05:56Z</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2014-11-22T17:57:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=912ad03226687dae91971ebd7e5cf87521f6b0de'/>
<id>urn:sha1:912ad03226687dae91971ebd7e5cf87521f6b0de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added test and fix to check for default null on ArrayField</title>
<updated>2014-11-15T15:20:11Z</updated>
<author>
<name>Daan Vielen</name>
<email>daan@digitaldaan.nl</email>
</author>
<published>2014-11-15T14:04:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a7c58eaca45ede76f94d2859877c7f42b28c48da'/>
<id>urn:sha1:a7c58eaca45ede76f94d2859877c7f42b28c48da</id>
<content type='text'>
</content>
</entry>
</feed>
