<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/sql/query.py, branch 1.11.23</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.11.23</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.11.23'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2017-09-01T19:49:33Z</updated>
<entry>
<title>[1.11.x] Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining.</title>
<updated>2017-09-01T19:49:33Z</updated>
<author>
<name>Bo Marchman</name>
<email>bo.marchman@gmail.com</email>
</author>
<published>2017-03-02T14:36:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8d66bffbae8e5a230da51c7638d24fdbd327a96b'/>
<id>urn:sha1:8d66bffbae8e5a230da51c7638d24fdbd327a96b</id>
<content type='text'>
Thanks Andrew Brown for the test case.

Backport of 9bbb6e2d2536c4ac20dc13a94c1f80494e51f8d9 from master
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and intersection() queries.</title>
<updated>2017-07-15T13:10:42Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2017-07-14T16:11:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9350f77c69a5cef3d7a9b8078ab33ff43335a112'/>
<id>urn:sha1:9350f77c69a5cef3d7a9b8078ab33ff43335a112</id>
<content type='text'>
Backport of adab280cefb15659c39558ac26ea392b0a1e456c from master
</content>
</entry>
<entry>
<title>[1.11.x] Refs #23853 -- Updated sql.query.Query.join() docstring.</title>
<updated>2017-06-13T18:17:45Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-06-13T18:16:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=31d7fc85410c81932a42c4d5bb84759fd9f4a295'/>
<id>urn:sha1:31d7fc85410c81932a42c4d5bb84759fd9f4a295</id>
<content type='text'>
Follow up to ab89414f40db1598364a7fe4cfac1766cacd2668.

Backport of 7acbe89cc2a72f1b85d415c1cdb622c0dbbbe37c from master
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_field.</title>
<updated>2017-04-23T05:16:04Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2017-04-22T21:04:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ad16934940fdbf0984f5255c7e5fff085593737'/>
<id>urn:sha1:0ad16934940fdbf0984f5255c7e5fff085593737</id>
<content type='text'>
Thanks Kristian Klette for the report and Tim for the help.

Backport of 8ef35468b660e1c25af67a8299202b8bc108679f from master
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.</title>
<updated>2017-01-31T23:46:07Z</updated>
<author>
<name>Lex Berezhny</name>
<email>lex@damoti.com</email>
</author>
<published>2017-01-31T23:45:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d43f8478478c333ed8b7e499abef17a86363d61c'/>
<id>urn:sha1:d43f8478478c333ed8b7e499abef17a86363d61c</id>
<content type='text'>
Backport of ac5f886c5610a6bca26dab10170b445d1e9df450 from master
</content>
</entry>
<entry>
<title>Fixed #25307 -- Fixed QuerySet.annotate() crash with conditional expressions.</title>
<updated>2017-01-16T15:03:15Z</updated>
<author>
<name>Josh Smeaton</name>
<email>josh.smeaton@gmail.com</email>
</author>
<published>2017-01-16T15:03:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1df89a60c5b7a28d7fda4c9ba7c07f02fd7de0fa'/>
<id>urn:sha1:1df89a60c5b7a28d7fda4c9ba7c07f02fd7de0fa</id>
<content type='text'>
Thanks Travis Newport for the tests and Josh Smeaton for contributing
to the patch.</content>
</entry>
<entry>
<title>Fixed #27718 -- Added QuerySet.union(), intersection(), difference().</title>
<updated>2017-01-14T13:32:07Z</updated>
<author>
<name>Florian Apolloner</name>
<email>apollo13@users.noreply.github.com</email>
</author>
<published>2017-01-14T13:32:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=84c1826ded17b2d74f66717fb745fc36e37949fd'/>
<id>urn:sha1:84c1826ded17b2d74f66717fb745fc36e37949fd</id>
<content type='text'>
Thanks Mariusz Felisiak for review and Oracle assistance.
Thanks Tim Graham for review and writing docs.</content>
</entry>
<entry>
<title>Fixed #17002 -- Allowed using a ManyToManyField through model that inherits another.</title>
<updated>2016-12-07T22:50:51Z</updated>
<author>
<name>InvalidInterrupt</name>
<email>InvalidInterrupt@users.noreply.github.com</email>
</author>
<published>2016-08-18T22:42:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=98359109eb0ed68a5821476bcd797455723aaaba'/>
<id>urn:sha1:98359109eb0ed68a5821476bcd797455723aaaba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27546 -- Removed hardcoded class names in __repr__() methods.</title>
<updated>2016-12-01T13:11:09Z</updated>
<author>
<name>Keda87</name>
<email>adiyatmubarak@gmail.com</email>
</author>
<published>2016-12-01T13:08:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=48826aa541f3a043690b90aa96f3fc07b7bc9fa9'/>
<id>urn:sha1:48826aa541f3a043690b90aa96f3fc07b7bc9fa9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #20939 -- Simplified query generation by converting QuerySet to Query.</title>
<updated>2016-10-28T15:20:23Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-10-28T15:20:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1bc249c2a67c24fcd28436c85388eff1d826e305'/>
<id>urn:sha1:1bc249c2a67c24fcd28436c85388eff1d826e305</id>
<content type='text'>
Thanks Anssi Kääriäinen for the initial patch and Anssi, Simon Charette,
and Josh Smeaton for review.</content>
</entry>
</feed>
