<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/sql/query.py, branch 1.8.8</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.8.8</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.8.8'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-09-05T12:19:38Z</updated>
<entry>
<title>[1.8.x] Fixed #24525 -- Fixed AssertionError in some complex queries.</title>
<updated>2015-09-05T12:19:38Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-08-20T16:46:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=62347208bb0cef6990699d7373fa06e2e12ead07'/>
<id>urn:sha1:62347208bb0cef6990699d7373fa06e2e12ead07</id>
<content type='text'>
Thanks Anssi Kääriäinen for providing the solution.

Backport of 2dc9ec5616a942de3a0886a707f93988f56dd594 from master
</content>
</entry>
<entry>
<title>[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.</title>
<updated>2015-06-23T11:22:16Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-06-22T17:54:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ae1d663b7913f6da233c55409c4973248372d302'/>
<id>urn:sha1:ae1d663b7913f6da233c55409c4973248372d302</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #24833 -- Fixed Case expressions with exclude().</title>
<updated>2015-06-05T15:03:41Z</updated>
<author>
<name>Andriy Sokolovskiy</name>
<email>me@asokolovskiy.com</email>
</author>
<published>2015-06-05T10:04:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=469f1e362bb9670b174b37da9edd4631aff7badb'/>
<id>urn:sha1:469f1e362bb9670b174b37da9edd4631aff7badb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #24835 -- Fixed QuerySet.exists() after an annotation with Count()</title>
<updated>2015-05-26T00:47:28Z</updated>
<author>
<name>Paweł Marczewski</name>
<email>pwmarcz@gmail.com</email>
</author>
<published>2015-05-24T17:05:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2aa2b9f291e43bffc07c535dc5906094e6df0bb7'/>
<id>urn:sha1:2aa2b9f291e43bffc07c535dc5906094e6df0bb7</id>
<content type='text'>
QuerySet.exists() incorrectly handled query.group_by = True
case (grouping by all select fields), causing GROUP BY
expressions to be wiped along with select fields.

Backport of 801a84ae329a24d9adf01b700429fe8f1285b2b8 from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #24705 -- Fixed negated Q objects in expressions.</title>
<updated>2015-05-20T13:41:42Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2015-05-19T11:49:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=db656609289b9eaf4661eb73f9318b7c66540301'/>
<id>urn:sha1:db656609289b9eaf4661eb73f9318b7c66540301</id>
<content type='text'>
Avoided split_exclude() for Q when used as an expression.

Backport of bc87061a3c7c8d6b4d2469f35cc78683c6cff647 from master
</content>
</entry>
<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>
</feed>
