<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/sql/query.py, branch 1.8.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.8.1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.8.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-04-28T15:00:58Z</updated>
<entry>
<title>[1.8.x] Fixed #24719 -- Restored the ability to use interators as queryset related object filters.</title>
<updated>2015-04-28T15:00:58Z</updated>
<author>
<name>Aric Coady</name>
<email>aric.coady@gmail.com</email>
</author>
<published>2015-04-27T22:23:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b67bd1b483dfda7901a11a6e323db8a7e00c26c4'/>
<id>urn:sha1:b67bd1b483dfda7901a11a6e323db8a7e00c26c4</id>
<content type='text'>
Backport of 9c2d8cde77ee6edd407e92f93eacd4624290394f from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #24171 -- Fixed failure with complex aggregate query and expressions</title>
<updated>2015-03-09T11:51:05Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>anssi.kaariainen@thl.fi</email>
</author>
<published>2015-03-04T12:56:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3a0fe942ddf56ddcf4b958147f3914fe2788db30'/>
<id>urn:sha1:3a0fe942ddf56ddcf4b958147f3914fe2788db30</id>
<content type='text'>
The query used a construct of qs.annotate().values().aggregate() where
the first annotate used an F-object reference and the values() and
aggregate() calls referenced that F-object.

Also made sure the inner query's select clause is as simple as possible,
and made sure .values().distinct().aggreate() works correctly.

Backport of fb146193c49e4c683dc8da39d9b7c479375fdb57 from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #24343 -- Ensure db converters are used for foreign keys.</title>
<updated>2015-02-20T11:46:57Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2015-02-14T19:37:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c54d73ae01cd787315ba030da17e266c49f386b3'/>
<id>urn:sha1:c54d73ae01cd787315ba030da17e266c49f386b3</id>
<content type='text'>
Joint effort between myself, Josh, Anssi and Shai.

Conflicts:
	django/db/models/query.py
	tests/model_fields/models.py

Backport of 4755f8fc25331c739a6f932cc8aba0cc9e62e352 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/django.git/commit/?id=a8b70d251d238b4e6cfc7bb4296da15494f8dff3'/>
<id>urn:sha1:a8b70d251d238b4e6cfc7bb4296da15494f8dff3</id>
<content type='text'>
Backport of 0ed7d155635da9f79d4dd67e4889087d3673c6da from master
</content>
</entry>
<entry>
<title>[1.8.x] Removed query.alias_diff()</title>
<updated>2015-02-02T02:38:34Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-02-02T01:18:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3cd8f51f21878d2fcd8361adcb0d88d152e778ef'/>
<id>urn:sha1:3cd8f51f21878d2fcd8361adcb0d88d152e778ef</id>
<content type='text'>
This function is unused since 6fe2b001dba45134d7c10729c57959995e241a88

Backport of f79ce63fdb6788c8b4857fece6c86de57fc129ee from master
</content>
</entry>
<entry>
<title>[1.8.x] Removed Query.raise_field_error()</title>
<updated>2015-02-02T01:26:43Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-02-02T00:54:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7580876fbdb05a2cfe016f49a49dc55b45f11011'/>
<id>urn:sha1:7580876fbdb05a2cfe016f49a49dc55b45f11011</id>
<content type='text'>
This method was inadvertently reintroduced in
f59fd15c4928caf3dfcbd50f6ab47be409a43b01

Backport of 99ca7c2bd3e04b343f4a0fe2d5add7c6d6f3a456 from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #24154 -- Backends can now check support for expressions</title>
<updated>2015-01-27T03:47:38Z</updated>
<author>
<name>Josh Smeaton</name>
<email>josh.smeaton@gmail.com</email>
</author>
<published>2015-01-17T05:03:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e56810e839db2beddc8a7b6e917158855ef381dc'/>
<id>urn:sha1:e56810e839db2beddc8a7b6e917158855ef381dc</id>
<content type='text'>
Backport of 8196e4bdf498acb05e6680c81f9d7bf700f4295c from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed a query failure on Python 3.5; refs #23763.</title>
<updated>2015-01-20T13:15:39Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-20T01:54:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cb90d489da4247c1c7ced86a42a2d89488fec67c'/>
<id>urn:sha1:cb90d489da4247c1c7ced86a42a2d89488fec67c</id>
<content type='text'>
The failure was introduced in Django by
c7fd9b242d2d63406f1de6cc3204e35aaa025233 and the change in
Python 3.5 is https://hg.python.org/cpython/rev/a3c345ba3563.

Backport of be1357e70983d4ad029a1ecdd05292f8be917a80 from master
</content>
</entry>
<entry>
<title>Fixed #24031 -- Added CASE expressions to the ORM.</title>
<updated>2015-01-12T23:15:34Z</updated>
<author>
<name>Michał Modzelewski</name>
<email>michal.modzelewski@gmail.com</email>
</author>
<published>2015-01-02T01:39:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=65246de7b1d70d25831ab394c4f4a75813f629fe'/>
<id>urn:sha1:65246de7b1d70d25831ab394c4f4a75813f629fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24060 -- Added OrderBy Expressions</title>
<updated>2015-01-12T22:39:55Z</updated>
<author>
<name>Josh Smeaton</name>
<email>josh.smeaton@gmail.com</email>
</author>
<published>2015-01-09T15:16:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=21b858cb6735cdfdc695ff7b076e4cbc1981bc88'/>
<id>urn:sha1:21b858cb6735cdfdc695ff7b076e4cbc1981bc88</id>
<content type='text'>
</content>
</entry>
</feed>
