<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/query.py, branch 1.7.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.7.1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.7.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2014-08-30T11:16:42Z</updated>
<entry>
<title>[1.7.x] Fixed #23370 -- defer() + select_related() crashed with inherited models.</title>
<updated>2014-08-30T11:16:42Z</updated>
<author>
<name>Akis Kesoglou</name>
<email>akis@radial.gr</email>
</author>
<published>2014-08-29T14:01:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3297f9e1ad97da1e63ca827239663d6b33949037'/>
<id>urn:sha1:3297f9e1ad97da1e63ca827239663d6b33949037</id>
<content type='text'>
Backport of 6613ea6e3f from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed flake8 warning.</title>
<updated>2014-08-07T14:12:09Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-08-07T14:11:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4c56b6f820df969e270738ce6cc1cdce3f024334'/>
<id>urn:sha1:4c56b6f820df969e270738ce6cc1cdce3f024334</id>
<content type='text'>
Backport of f9f9f3ad60 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #23061: Avoided setting a limit on a query for get with select_for_update on Oracle</title>
<updated>2014-08-05T00:21:25Z</updated>
<author>
<name>Shai Berger</name>
<email>shai@platonix.com</email>
</author>
<published>2014-07-31T22:36:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f3c0cb0120aa5805daa880f18b24f40bacde651f'/>
<id>urn:sha1:f3c0cb0120aa5805daa880f18b24f40bacde651f</id>
<content type='text'>
Thanks Michael Miller for reporting the issue.

Backport of 746f2a4bed from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed several typos in Django</title>
<updated>2014-05-29T11:53:02Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2014-05-29T00:39:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3d98941d5c1b0ed9ff89cbf5b1cf6af24964d759'/>
<id>urn:sha1:3d98941d5c1b0ed9ff89cbf5b1cf6af24964d759</id>
<content type='text'>
Backport of 1dcc603eff from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed the ordering of prefetch lookups so that latter lookups can refer to former lookups.</title>
<updated>2014-05-21T03:37:41Z</updated>
<author>
<name>Loic Bistuer</name>
<email>loic.bistuer@gmail.com</email>
</author>
<published>2014-05-19T04:14:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0fa1aeb8d8142bd6bceb0c9a36c8e42eeca21770'/>
<id>urn:sha1:0fa1aeb8d8142bd6bceb0c9a36c8e42eeca21770</id>
<content type='text'>
Thanks Anssi Kääriäinen and Tim Graham for the reviews. Refs #17001 and #22650.

Backport of 870b0a1f86 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #22650 -- Fixed regression on prefetch_related.</title>
<updated>2014-05-21T03:37:00Z</updated>
<author>
<name>Loic Bistuer</name>
<email>loic.bistuer@gmail.com</email>
</author>
<published>2014-05-18T20:43:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=24a41ecc3590f8d92d085d4a4caa5f8bf962ceae'/>
<id>urn:sha1:24a41ecc3590f8d92d085d4a4caa5f8bf962ceae</id>
<content type='text'>
Regression from f51c1f59 when using select_related then prefetch_related
on the reverse side of an O2O:

Author.objects.select_related('bio').prefetch_related('bio__books')

Thanks Aymeric Augustin for the report and tests. Refs #17001.

Backport of bdf3473e64 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #22508 -- Avoided overwriting select_related.</title>
<updated>2014-05-10T15:03:42Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-05-10T14:39:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e9d0ef19bc87aafd71d513cd927db2655267809b'/>
<id>urn:sha1:e9d0ef19bc87aafd71d513cd927db2655267809b</id>
<content type='text'>
Previously, known related objects overwrote related objects loaded
though select_related. This could cancel the effect of select_related
when it was used over more than one level.

Thanks boxm for the bug report and timo for bisecting the regression.

Backport of f574220f from master
</content>
</entry>
<entry>
<title>[1.7.x] Fix many many typos in comments throughout the codebase</title>
<updated>2014-04-26T18:35:57Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2014-04-26T17:18:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=996564df4d70947913c70b071cf4a6841c658be2'/>
<id>urn:sha1:996564df4d70947913c70b071cf4a6841c658be2</id>
<content type='text'>
Backport of 2bcb8bfc8d from master
</content>
</entry>
<entry>
<title>Fixed #22163 -- Stopped ignoring unhandled kwargs in select_for_update.</title>
<updated>2014-03-20T21:22:00Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-03-20T21:21:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=222262ca2354abadf259f4186a0b43f583ed1bd1'/>
<id>urn:sha1:222262ca2354abadf259f4186a0b43f583ed1bd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allowed custom querysets when prefetching single valued relations</title>
<updated>2014-03-03T19:35:19Z</updated>
<author>
<name>Loic Bistuer</name>
<email>loic.bistuer@sixmedia.com</email>
</author>
<published>2014-01-16T18:24:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7bbb6958dcb6a450f926e5bb49b07391f801aef1'/>
<id>urn:sha1:7bbb6958dcb6a450f926e5bb49b07391f801aef1</id>
<content type='text'>
The original patch for custom prefetches didn't allow usage of custom
queryset for single valued relations (along ForeignKey or OneToOneKey).
Allowing these enables calling performance oriented queryset methods like
select_related or defer/only.

Thanks @akaariai and @timgraham for the reviews. Refs #17001.
</content>
</entry>
</feed>
