<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/sql/compiler.py, branch 2.2.11</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.2.11</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.2.11'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-02-11T20:37:17Z</updated>
<entry>
<title>[2.2.x] Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of=()) for related fields and parent link fields with multi-table inheritance.</title>
<updated>2020-02-11T20:37:17Z</updated>
<author>
<name>Abhijeet Viswa</name>
<email>abhijeetviswa@gmail.com</email>
</author>
<published>2020-02-08T04:52:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=32d89bf11461857fde13017432a586e565b97ecc'/>
<id>urn:sha1:32d89bf11461857fde13017432a586e565b97ecc</id>
<content type='text'>
Partly regression in 0107e3d1058f653f66032f7fd3a0bd61e96bf782.

Backport of 1712a76b9dfda1ef220395e62ea87079da8c9f6c from master.
</content>
</entry>
<entry>
<title>[2.2.x] Fixed #30953 -- Made select_for_update() lock queryset's model when using "self" with multi-table inheritance.</title>
<updated>2019-12-02T06:58:44Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-12-02T06:57:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6cf3b6f5cf0cc3b11e86e511ec5201999913286f'/>
<id>urn:sha1:6cf3b6f5cf0cc3b11e86e511ec5201999913286f</id>
<content type='text'>
Thanks Abhijeet Viswa for the report and initial patch.
Backport of 0107e3d1058f653f66032f7fd3a0bd61e96bf782 from master
</content>
</entry>
<entry>
<title>[2.2.x] Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contains expressions.</title>
<updated>2019-05-18T18:05:31Z</updated>
<author>
<name>ruchit2801</name>
<email>vithaniruchit@gmail.com</email>
</author>
<published>2019-05-17T07:30:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=db7d7901eeacf37f0a6f124e3733c4f121a23e76'/>
<id>urn:sha1:db7d7901eeacf37f0a6f124e3733c4f121a23e76</id>
<content type='text'>
Regression in 1b1f64ee5a78cc217fead52cbae23114502cf564.

Backport of 04042b2b440f0bf50eb908d52cfe76af430e1738 from master
</content>
</entry>
<entry>
<title>[2.2.x] Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over a nested JSONField key transform.</title>
<updated>2019-04-18T05:37:48Z</updated>
<author>
<name>can</name>
<email>cansarigol@derinbilgi.com.tr</email>
</author>
<published>2019-04-17T06:24:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e85317d73113382c96e87f36f0d732e3084df145'/>
<id>urn:sha1:e85317d73113382c96e87f36f0d732e3084df145</id>
<content type='text'>
Backport of d87bd29c4f8dfcdf3f4a4eb8340e6770a2416fe3 from master.
</content>
</entry>
<entry>
<title>Fixed #30093 -- Fixed ordering of combined queryset ordered by F expressions.</title>
<updated>2019-01-14T15:28:11Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2019-01-14T15:28:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b86bb47818e159e8db7e524ed8ef055b569ea111'/>
<id>urn:sha1:b86bb47818e159e8db7e524ed8ef055b569ea111</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29932 -- Fixed combining compound queries with sub-compound queries on SQLite and Oracle.</title>
<updated>2018-12-06T20:31:33Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-12-02T22:17:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f9a33e3c3f4cfbff60522cd54455e78c96a9d2a4'/>
<id>urn:sha1:f9a33e3c3f4cfbff60522cd54455e78c96a9d2a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.</title>
<updated>2018-09-13T16:29:48Z</updated>
<author>
<name>Ramiro Morales</name>
<email>ramiro@users.noreply.github.com</email>
</author>
<published>2018-09-13T16:29:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1b1f64ee5a78cc217fead52cbae23114502cf564'/>
<id>urn:sha1:1b1f64ee5a78cc217fead52cbae23114502cf564</id>
<content type='text'>
Thanks Ramiro Morales for contributing to the patch.</content>
</entry>
<entry>
<title>Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or values_list() after combining querysets with extra() with union(), difference(), or intersection().</title>
<updated>2018-08-29T08:00:15Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-08-29T08:00:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=39461a83c33f0cfe719d3b139413d1f5d1e75d5e'/>
<id>urn:sha1:39461a83c33f0cfe719d3b139413d1f5d1e75d5e</id>
<content type='text'>
Regression in 0b66c3b442875627fa6daef4ac1e90900d74290b.</content>
</entry>
<entry>
<title>Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.</title>
<updated>2018-08-03T21:40:46Z</updated>
<author>
<name>Tom</name>
<email>tom@tomforb.es</email>
</author>
<published>2017-10-02T23:35:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f1fbef6cd171ddfae41fcc901f1f60ccad039f51'/>
<id>urn:sha1:f1fbef6cd171ddfae41fcc901f1f60ccad039f51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #29563 -- Fixed SQLCompiler.execute_sql() to respect DatabaseFeatures.can_use_chunked_reads.</title>
<updated>2018-07-25T22:08:57Z</updated>
<author>
<name>Andrew Brown</name>
<email>brownan@gmail.com</email>
</author>
<published>2018-07-20T18:54:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=55810d94d03728dcad9f53d5b9e21565627aeade'/>
<id>urn:sha1:55810d94d03728dcad9f53d5b9e21565627aeade</id>
<content type='text'>
</content>
</entry>
</feed>
