<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/sql/query.py, branch archive/soc2009/http-wsgi-improvements</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fhttp-wsgi-improvements</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fhttp-wsgi-improvements'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2009-06-13T03:29:32Z</updated>
<entry>
<title>Fixed #11082 -- Ensured that subqueries used in an exclude(X__in=) clause aren't pre-evaluated. Thanks to Henry Andrews for the report, and clement for the fix.</title>
<updated>2009-06-13T03:29:32Z</updated>
<author>
<name>Chris Cahoon</name>
<email>chris.cahoon@gmail.com</email>
</author>
<published>2009-06-13T03:29:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c85c2687206759088d0fa97f41becf4bfadafdb2'/>
<id>urn:sha1:c85c2687206759088d0fa97f41becf4bfadafdb2</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/http-wsgi-improvements@10997 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10572 -- Corrected the operation of the defer() and only() clauses when used on inherited models.</title>
<updated>2009-06-13T03:29:07Z</updated>
<author>
<name>Chris Cahoon</name>
<email>chris.cahoon@gmail.com</email>
</author>
<published>2009-06-13T03:29:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=45e50c00d98ccc015ab7d85377a1272bb159edcb'/>
<id>urn:sha1:45e50c00d98ccc015ab7d85377a1272bb159edcb</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/http-wsgi-improvements@10995 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11216 and #11218 -- Corrected a few typos, thanks buriy.</title>
<updated>2009-06-13T03:28:00Z</updated>
<author>
<name>Chris Cahoon</name>
<email>chris.cahoon@gmail.com</email>
</author>
<published>2009-06-13T03:28:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1acb38da062d4f1e3093dfaf7696cf40afc8f919'/>
<id>urn:sha1:1acb38da062d4f1e3093dfaf7696cf40afc8f919</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/http-wsgi-improvements@10990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10953, #10955: proxies of proxies now work correctly, though I still don't quite understand why you'd want to do such a thing. Thanks, Armin Ronacher.</title>
<updated>2009-05-11T10:10:03Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-05-11T10:10:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=baaf29895c41cfafcd130d5a8f5ab548e5e9c308'/>
<id>urn:sha1:baaf29895c41cfafcd130d5a8f5ab548e5e9c308</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10738 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10847 -- Modified handling of extra() to use a masking strategy, rather than last-minute trimming. Thanks to Tai Lee for the report, and Alex Gaynor for his work on the patch.</title>
<updated>2009-04-30T15:40:09Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-04-30T15:40:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5e2d38465a661fc267676798d3aa4872e9da8265'/>
<id>urn:sha1:5e2d38465a661fc267676798d3aa4872e9da8265</id>
<content type='text'>
This enables querysets with an extra clause to be used in an __in filter; as a side effect, it also means that as_sql() now returns the correct result for any query with an extra clause.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10796 -- Corrected a pickling problem introduced by [10522]. Thanks to carljm for the report.</title>
<updated>2009-04-11T15:25:15Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-04-11T15:25:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a4d3e213316ea39a0f8d596c9c0d3dfba8ce495'/>
<id>urn:sha1:4a4d3e213316ea39a0f8d596c9c0d3dfba8ce495</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10197 -- Corrected pickling of querysets when a subset of fields was selected.</title>
<updated>2009-04-11T13:20:51Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-04-11T13:20:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e12e0e18a4a666c22e119990a495c76079110934'/>
<id>urn:sha1:e12e0e18a4a666c22e119990a495c76079110934</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10766 -- Raise an error when annotate() references another aggreagte(). Thanks to aseering@mit.edu for the report.</title>
<updated>2009-04-11T12:09:34Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-04-11T12:09:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0fff47c90f01c33ffdd0e8ed8c4a623693b7d4dd'/>
<id>urn:sha1:0fff47c90f01c33ffdd0e8ed8c4a623693b7d4dd</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10521 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10666 -- Corrected the handling of inherited fields with aggregate() and annotate(). Thanks to julienb for the report.</title>
<updated>2009-04-08T13:19:48Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-04-08T13:19:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=98ef7e85bdaad4b21c31b425a62b2c8bc294be48'/>
<id>urn:sha1:98ef7e85bdaad4b21c31b425a62b2c8bc294be48</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10446 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed a problem when computing deferred fields on multiple related models.</title>
<updated>2009-04-04T05:35:01Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2009-04-04T05:35:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2b1934ff3c3f80f58cc35bdcc03ae1b0ea6eb17e'/>
<id>urn:sha1:2b1934ff3c3f80f58cc35bdcc03ae1b0ea6eb17e</id>
<content type='text'>
Fixed #10710, as this fixes the second bug reported there.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10384 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
