<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/sql/query.py, branch 2.0.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.0.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.0.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2017-12-13T03:15:16Z</updated>
<entry>
<title>[2.0.x] Refs #27985 -- Reallowed using __exact=None as an alias for __isnull=True if a custom lookup class with lookup_name != None is registered as the exact lookup.</title>
<updated>2017-12-13T03:15:16Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2017-12-06T10:58:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a5c60404476124c682c996bfb1eb077d59f1ec53'/>
<id>urn:sha1:a5c60404476124c682c996bfb1eb077d59f1ec53</id>
<content type='text'>
Regression in 58da81a5a372a69f0bac801c412b57f3cce5f188 and prerequisite
for refs #28896.

Backport of 10bfa876be59feec24bb6a40fa11bece808ee405 from master
</content>
</entry>
<entry>
<title>[2.0.x] Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact.</title>
<updated>2017-10-16T19:40:08Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-10-16T15:10:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9b3b7804d2408171cc365ad1f34402ef10d3a6b5'/>
<id>urn:sha1:9b3b7804d2408171cc365ad1f34402ef10d3a6b5</id>
<content type='text'>
Regression in ec50937bcbe160e658ef881021402e156beb0eaf.

Thanks Simon Charette for review.

Backport of 1b73ccc4bf78af905f72f4658cf463f38ebf7b97 from master
</content>
</entry>
<entry>
<title>Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) support.</title>
<updated>2017-09-22T15:53:17Z</updated>
<author>
<name>Nicolas Delaby</name>
<email>ticosax@free.fr</email>
</author>
<published>2017-09-22T15:53:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=01d440fa1e6b5c62acfa8b3fde43dfa1505f93c6'/>
<id>urn:sha1:01d440fa1e6b5c62acfa8b3fde43dfa1505f93c6</id>
<content type='text'>
Thanks Anssi Kääriäinen for contributing to the patch.</content>
</entry>
<entry>
<title>Removed unused list in Query.resolve_lookup_value().</title>
<updated>2017-09-20T13:50:14Z</updated>
<author>
<name>Nicolas Delaby</name>
<email>ticosax@free.fr</email>
</author>
<published>2017-09-20T13:50:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a30ef353e2a28c47eb1b548d02a2dab7d4b632ff'/>
<id>urn:sha1:a30ef353e2a28c47eb1b548d02a2dab7d4b632ff</id>
<content type='text'>
Unneeded since its introduction in 4f138fe5a496a81115c4fba6615a517fc62c3b17.</content>
</entry>
<entry>
<title>Fixed #26608 -- Added support for window expressions (OVER clause).</title>
<updated>2017-09-18T13:42:29Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2017-09-18T13:42:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d549b8805053d4b064bf492ba90e90db5d7e2a6b'/>
<id>urn:sha1:d549b8805053d4b064bf492ba90e90db5d7e2a6b</id>
<content type='text'>
Thanks Josh Smeaton, Mariusz Felisiak, Sergey Fedoseev, Simon Charettes,
Adam Chainz/Johnson and Tim Graham for comments and reviews and Jamie
Cockburn for initial patch.</content>
</entry>
<entry>
<title>Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."</title>
<updated>2017-09-07T12:16:21Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-09-07T12:16:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6e4c6281dbb7ee12bcdc22620894edb4e9cf623f'/>
<id>urn:sha1:6e4c6281dbb7ee12bcdc22620894edb4e9cf623f</id>
<content type='text'>
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.</content>
</entry>
<entry>
<title>Updated EmpytResultSet import not to use the alias.</title>
<updated>2017-09-03T15:06:06Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2017-09-03T13:20:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fe0184b4121dd68b827575fc2116a65703c5be08'/>
<id>urn:sha1:fe0184b4121dd68b827575fc2116a65703c5be08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28549 -- Fixed QuerySet.defer() with super and subclass fields.</title>
<updated>2017-08-31T13:35:05Z</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2017-08-31T00:59:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=84b7cb7df00192b2f804e2c6fd98b78b5bfd1ffa'/>
<id>urn:sha1:84b7cb7df00192b2f804e2c6fd98b78b5bfd1ffa</id>
<content type='text'>
Previously, deferring fields in different classes didn't omit the
superclass' deferred field.

Thanks Simon Charette for the suggested fix.
</content>
</entry>
<entry>
<title>Simplified generation of result in Query.get_aggregation().</title>
<updated>2017-08-15T13:59:31Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2017-08-15T13:59:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=41640760dfb2f0fddd2598ab7078e037578fc14b'/>
<id>urn:sha1:41640760dfb2f0fddd2598ab7078e037578fc14b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoided creation of temporary set in Query.append_annotation_mask().</title>
<updated>2017-08-15T13:43:47Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2017-08-15T13:43:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=61410408133a210a64c43d93160ab5a7cac58097'/>
<id>urn:sha1:61410408133a210a64c43d93160ab5a7cac58097</id>
<content type='text'>
</content>
</entry>
</feed>
