<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/sql/query.py, branch 4.2.7</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.2.7</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.2.7'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2023-10-16T04:15:36Z</updated>
<entry>
<title>[4.2.x] Fixed #34798 -- Fixed QuerySet.aggregate() crash when referencing expressions containing subqueries.</title>
<updated>2023-10-16T04:15:36Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2023-10-16T01:59:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=803caec60bed3b282b9f9961860a467160c0c8f1'/>
<id>urn:sha1:803caec60bed3b282b9f9961860a467160c0c8f1</id>
<content type='text'>
Regression in 59bea9efd2768102fc9d3aedda469502c218e9b7,
complements e5c844d6f2a4ac6ae674d741b5f1fa2a688cedf4.

Refs #28477, #34551.

Thanks Haldun Komsuoglu for the report.

Backport of 3b4a571275d967512866012955eb0b3ae486d63c from main
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34750 -- Fixed QuerySet.count() when grouping by unused multi-valued annotations.</title>
<updated>2023-08-01T14:17:06Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-08-01T14:16:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8808d9da6b11b8aa32d750265217721450b0fb1f'/>
<id>urn:sha1:8808d9da6b11b8aa32d750265217721450b0fb1f</id>
<content type='text'>
Thanks Toan Vuong for the report.
Thanks Simon Charette for the review.

Regression in 59bea9efd2768102fc9d3aedda469502c218e9b7.
Backport of c9b9a52edc66be117c6e5b5214fa788a4d5db7a8 from main
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34717 -- Fixed QuerySet.aggregate() crash when referencing window functions.</title>
<updated>2023-07-19T07:06:16Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2023-07-17T16:51:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7a67b065d7e5653f3af1cbd28882d33d2a088b02'/>
<id>urn:sha1:7a67b065d7e5653f3af1cbd28882d33d2a088b02</id>
<content type='text'>
Regression in 59bea9efd2768102fc9d3aedda469502c218e9b7.

Refs #28477.

Thanks younes-chaoui for the report.

Backport of 68912e4f6f84f21322f92a2c7b6c77f68f91b9c9 from main
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34612 -- Fixed QuerySet.only() crash on reverse relationships.</title>
<updated>2023-06-01T19:27:06Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2023-05-31T22:04:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=738386470d899c61cb1980233c1e7872ba78e679'/>
<id>urn:sha1:738386470d899c61cb1980233c1e7872ba78e679</id>
<content type='text'>
Regression in b3db6c8dcb5145f7d45eff517bcd96460475c879.

Thanks Ian Cubitt for the report.

This also corrected test_inheritance_deferred2() test which was
previously properly defined and marked as an expected failure but was
then wrongly adjusted to mask the lack of support for per-alias
deferral that was fixed by #21204.

Backport of 2cf76f2d5d1aa16acfadaf53db3d30128a34b088 from main
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34551 -- Fixed QuerySet.aggregate() crash when referencing subqueries.</title>
<updated>2023-05-23T05:39:24Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2023-05-22T03:57:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c78a4421de0fc3240b91d59e8f9028331777c624'/>
<id>urn:sha1:c78a4421de0fc3240b91d59e8f9028331777c624</id>
<content type='text'>
Regression in 59bea9efd2768102fc9d3aedda469502c218e9b7.

Refs #28477.

Thanks Denis Roldán and Mariusz for the test.

Backport of e5c844d6f2a4ac6ae674d741b5f1fa2a688cedf4 from main
</content>
</entry>
<entry>
<title>[4.2.x] Refs #34551 -- Fixed QuerySet.aggregate() crash on precending aggregation reference.</title>
<updated>2023-05-23T05:39:18Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2023-05-22T03:49:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=57f499e412c7c28b4a1f1b740468bf6eabbdb695'/>
<id>urn:sha1:57f499e412c7c28b4a1f1b740468bf6eabbdb695</id>
<content type='text'>
Regression in 1297c0d0d76a708017fe196b61a0ab324df76954.

Refs #31679.

Backport of 2ee01747c32a7275a7a1a5f7862acba7db764921 from main
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34570 -- Silenced noop deferral of many-to-many and GFK.</title>
<updated>2023-05-17T06:39:44Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2023-05-16T19:11:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=201d29b3719ef15637648be7bd947ef90a66ab55'/>
<id>urn:sha1:201d29b3719ef15637648be7bd947ef90a66ab55</id>
<content type='text'>
While deferring many-to-many and GFK has no effect, the previous
implementation of QuerySet.defer() ignore them instead of crashing.

Regression in b3db6c8dcb5145f7d45eff517bcd96460475c879.

Thanks Paco Martínez for the report.

Backport of 99e5dff737cd20b12d060e4794e097063b61ec40 from main
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34464 -- Fixed queryset aggregation over group by reference.</title>
<updated>2023-04-07T04:58:24Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2023-04-06T12:19:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=511dc3db539122577aaba71f5a24d65d5adab092'/>
<id>urn:sha1:511dc3db539122577aaba71f5a24d65d5adab092</id>
<content type='text'>
Regression in 59bea9efd2768102fc9d3aedda469502c218e9b7.

Refs #28477.

Thanks Ian Cubitt for the report.

Backport of 9daf8b4109c3e133eb57349bb44d73cc60c5773c from main
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names.</title>
<updated>2023-04-05T04:06:03Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2023-04-04T20:58:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=647920b76694526c6be0375ff22e4d6ee43c9580'/>
<id>urn:sha1:647920b76694526c6be0375ff22e4d6ee43c9580</id>
<content type='text'>
Thanks Andrew Cordery for the report.

Regression in b3db6c8dcb5145f7d45eff517bcd96460475c879.

Backport of 87c63bd8df0eb0109df333df1264c6a96707d6a4 from main
</content>
</entry>
<entry>
<title>[4.2.x] Refs #29799 -- Added field instance lookups to suggestions in FieldErrors.</title>
<updated>2023-03-28T17:19:30Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-03-28T17:18:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=be6a309b1d749c47821dfdc5add6576f2c61cda0'/>
<id>urn:sha1:be6a309b1d749c47821dfdc5add6576f2c61cda0</id>
<content type='text'>
Bug in cd1afd553f9c175ebccfc0f50e72b43b9604bd97.
Backport of 3afdc9e9b47d5bdd1bd653633b4cb2357478ade5 from main
</content>
</entry>
</feed>
