<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/sql/compiler.py, branch 1.8.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.8.2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.8.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-05-11T15:52:14Z</updated>
<entry>
<title>[1.8.x] Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some queries</title>
<updated>2015-05-11T15:52:14Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2015-05-05T11:44:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d5ce2dd7bc5b797d2e338c4bc6e6f3e339b748e5'/>
<id>urn:sha1:d5ce2dd7bc5b797d2e338c4bc6e6f3e339b748e5</id>
<content type='text'>
When the query's model had a self-referential foreign key, the
compiler.get_group_by() code incorrectly used the self-referential
foreign key's column (for example parent_id) as GROUP BY clause
when it should have used the model's primary key column (id).

Backport of adc57632bc26cc8fe42bdb6aff463f883214980a from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #24605 -- Fixed incorrect reference to alias in subquery.</title>
<updated>2015-04-16T13:31:29Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>anssi.kaariainen@thl.fi</email>
</author>
<published>2015-04-16T05:39:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=581afddc77ccd2e343d51ede5deb33bbcf113ab2'/>
<id>urn:sha1:581afddc77ccd2e343d51ede5deb33bbcf113ab2</id>
<content type='text'>
Thanks to charettes and priidukull for investigating the issue, and to
kurevin for the report.

Backport of 355c5edd9390caad5725375abca03460805f663b from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #24615 -- ordering by expression not part of SELECT</title>
<updated>2015-04-16T07:42:42Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>anssi.kaariainen@thl.fi</email>
</author>
<published>2015-04-15T05:46:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=70ff455a35066a1b6e2db03f211f56c7b38285eb'/>
<id>urn:sha1:70ff455a35066a1b6e2db03f211f56c7b38285eb</id>
<content type='text'>
Fixed queries where an expression was used in order_by() but the
expression wasn't in the query's select clause (for example the
expression could be masked by .values() call)

Thanks to Trac alias MattBlack85 for the report.
Backport of fb5c7748da from master.
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #24611 -- Fixed update() crash with related UUID pk object.</title>
<updated>2015-04-13T16:20:41Z</updated>
<author>
<name>Jay Wineinger</name>
<email>jay.wineinger@gmail.com</email>
</author>
<published>2015-04-09T18:47:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=496800b3bf4460e697dee942696eaee5c56f87a0'/>
<id>urn:sha1:496800b3bf4460e697dee942696eaee5c56f87a0</id>
<content type='text'>
Backport of 923da0274a9a8c4ef2ac9776f71bd14628e39fc3 from master
</content>
</entry>
<entry>
<title>[1.8.x] Update converters to take a consistent set of parameters.</title>
<updated>2015-02-20T11:47:48Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2015-02-20T10:53:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3886338c1d6b79cdaf15c33459373185f8159dcd'/>
<id>urn:sha1:3886338c1d6b79cdaf15c33459373185f8159dcd</id>
<content type='text'>
As suggested by Anssi. This has the slightly strange side effect of
passing the expression to Expression.convert_value has the expression
passed back to it, but it allows more complex patterns of expressions.

Backport of 32d4db66b9 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] Fixed #14483 -- Allowed using subqueries with GIS lookups</title>
<updated>2015-01-30T19:29:05Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-01-16T23:17:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c77dd64402e64e3e53b49634175f1e010a480b67'/>
<id>urn:sha1:c77dd64402e64e3e53b49634175f1e010a480b67</id>
<content type='text'>
Backport of a0b5f15ea5f from master.
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.</title>
<updated>2015-01-30T11:34:36Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-29T12:20:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=df68751134531462f005a75e7342d46540033b88'/>
<id>urn:sha1:df68751134531462f005a75e7342d46540033b88</id>
<content type='text'>
Backport of 29c0073335c7f7cdc482866e093e5e42a42625e5 from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #24174 -- Fixed extra order by descending</title>
<updated>2015-01-19T02:18:09Z</updated>
<author>
<name>Josh Smeaton</name>
<email>josh.smeaton@gmail.com</email>
</author>
<published>2015-01-18T23:35:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0c910823c166b827b090df5c5c8be9e502a14d8c'/>
<id>urn:sha1:0c910823c166b827b090df5c5c8be9e502a14d8c</id>
<content type='text'>
Backport of 69c6a6868f0b4137bb293ff4326ecf4681506c37 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>
</feed>
