<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 1.8a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.8a1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.8a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-01-16T22:06:32Z</updated>
<entry>
<title>Bumped version to 1.8 alpha 1.</title>
<updated>2015-01-16T22:06:32Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-16T22:06:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c72448b59725c619f4f9d6e38264484c12c4c3b9'/>
<id>urn:sha1:c72448b59725c619f4f9d6e38264484c12c4c3b9</id>
<content type='text'>
</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/django.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 the length of a headline in the 1.8 release notes.</title>
<updated>2015-01-16T20:29:28Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2015-01-16T20:29:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a17724b791275578334bcdc66b3a8113eb86605e'/>
<id>urn:sha1:a17724b791275578334bcdc66b3a8113eb86605e</id>
<content type='text'>
This broke the website design in the sidebar because the line could not be wrapped.</content>
</entry>
<entry>
<title>Fixed #24146 -- Fixed a missing fields regression in admin checks.</title>
<updated>2015-01-16T19:47:09Z</updated>
<author>
<name>Collin Anderson</name>
<email>cmawebsite@gmail.com</email>
</author>
<published>2015-01-14T18:29:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e8171daf0cd7f0e070395cb4c850c17fea32f11d'/>
<id>urn:sha1:e8171daf0cd7f0e070395cb4c850c17fea32f11d</id>
<content type='text'>
This allows using get_field() early in the app loading process.

Thanks to PirosB3 and Tim Graham.
</content>
</entry>
<entry>
<title>Removed empty sections in 1.8 minor features.</title>
<updated>2015-01-16T19:41:05Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-16T19:41:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8e8daf7c9b0f951ed53c322eada0e61e55a57a9f'/>
<id>urn:sha1:8e8daf7c9b0f951ed53c322eada0e61e55a57a9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24099 -- Removed contenttype.name deprecated field</title>
<updated>2015-01-16T19:21:34Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-01-08T15:58:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b4ac23290772e0c11379eb2dfb81c750b7052b66'/>
<id>urn:sha1:b4ac23290772e0c11379eb2dfb81c750b7052b66</id>
<content type='text'>
This finsishes the work started on #16803.
Thanks Simon Charette, Tim Graham and Collin Anderson for the
reviews.
</content>
</entry>
<entry>
<title>Tested that geo aggregates support slicing</title>
<updated>2015-01-16T19:10:25Z</updated>
<author>
<name>Sander Smits</name>
<email>sander.smits@nelen-schuurmans.nl</email>
</author>
<published>2015-01-16T19:10:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=374c2419e5adef53a643bf69c4753a6bf0c78a98'/>
<id>urn:sha1:374c2419e5adef53a643bf69c4753a6bf0c78a98</id>
<content type='text'>
Refs #15101. Patch slightly reworked by Claude Paroz.
</content>
</entry>
<entry>
<title>Fixed #24152 -- Deprecated GeoQuerySet aggregate methods</title>
<updated>2015-01-16T18:53:02Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-01-14T19:48:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a79e6b67175f532049967268c10609af6d31d140'/>
<id>urn:sha1:a79e6b67175f532049967268c10609af6d31d140</id>
<content type='text'>
Thanks Josh Smeaton and Tim Graham for the reviews.
</content>
</entry>
<entry>
<title>Fixed #24160 -- Fixed model_regress test on Windows; refs #24007.</title>
<updated>2015-01-16T16:59:08Z</updated>
<author>
<name>Collin Anderson</name>
<email>cmawebsite@gmail.com</email>
</author>
<published>2015-01-16T16:41:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5338ff4808c822a8b00e90154b884b7be3011e60'/>
<id>urn:sha1:5338ff4808c822a8b00e90154b884b7be3011e60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24143 -- Encouraged use of Http404 messages for debugging.</title>
<updated>2015-01-16T14:41:01Z</updated>
<author>
<name>Keryn Knight</name>
<email>keryn@kerynknight.com</email>
</author>
<published>2015-01-13T08:02:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=726a9550db5129badc1c44809b0bed728fa1ad90'/>
<id>urn:sha1:726a9550db5129badc1c44809b0bed728fa1ad90</id>
<content type='text'>
</content>
</entry>
</feed>
