<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/releases/3.0.4.txt, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-03-04T08:04:50Z</updated>
<entry>
<title>Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions and aggregates on Oracle.</title>
<updated>2020-03-04T08:04:50Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-02-24T13:46:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6695d29b1c1ce979725816295a26ecc64ae0e927'/>
<id>urn:sha1:6695d29b1c1ce979725816295a26ecc64ae0e927</id>
<content type='text'>
Thanks to Norbert Szetei for the report.
</content>
</entry>
<entry>
<title>Fixed #31150 -- Included subqueries that reference related fields in GROUP BY clauses.</title>
<updated>2020-03-03T10:25:37Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-03-02T12:20:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7b8fa1653fde578ab3a496d9974ab1d4261b8b26'/>
<id>urn:sha1:7b8fa1653fde578ab3a496d9974ab1d4261b8b26</id>
<content type='text'>
Thanks Johannes Hoppe for the report.

Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80.

Co-authored-by: Simon Charette &lt;charette.s@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.</title>
<updated>2020-02-27T07:50:55Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2020-02-27T05:34:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=41ebe60728a15aa273f4d70de92f5246a89c3d4e'/>
<id>urn:sha1:41ebe60728a15aa273f4d70de92f5246a89c3d4e</id>
<content type='text'>
Regression in 9bcbcd599abac91ea853b2fe10b784ba32df043e.

Thanks rick2ricks for the report.
</content>
</entry>
<entry>
<title>Fixed #31271 -- Preserved ordering when unifying query parameters on Oracle.</title>
<updated>2020-02-18T10:45:12Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-02-18T10:45:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2a038521c4eabdc5f6d5026d3dd6d22868e329cd'/>
<id>urn:sha1:2a038521c4eabdc5f6d5026d3dd6d22868e329cd</id>
<content type='text'>
This caused misplacing parameters in logged SQL queries.

Regression in 79065b55a70cd220820a260a1c54851b7be0615a.

Thanks Hans Aarne Liblik for the report.</content>
</entry>
<entry>
<title>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-11T19:43:57Z</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=1712a76b9dfda1ef220395e62ea87079da8c9f6c'/>
<id>urn:sha1:1712a76b9dfda1ef220395e62ea87079da8c9f6c</id>
<content type='text'>
Partly regression in 0107e3d1058f653f66032f7fd3a0bd61e96bf782.
</content>
</entry>
<entry>
<title>Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper is used.</title>
<updated>2020-02-11T19:39:12Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2020-02-07T11:55:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=41a3b3d18647b258331104520e76f977406c590d'/>
<id>urn:sha1:41a3b3d18647b258331104520e76f977406c590d</id>
<content type='text'>
Thanks to Oskar Persson for the report.
</content>
</entry>
<entry>
<title>Fixed #31253 -- Fixed data loss possibility when using caching from async code.</title>
<updated>2020-02-11T08:09:25Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-02-07T01:59:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e3f6e18513224c8ad081e5a19da641f49b0b43da'/>
<id>urn:sha1:e3f6e18513224c8ad081e5a19da641f49b0b43da</id>
<content type='text'>
Case missed in a415ce70bef6d91036b00dd2c8544aed7aeeaaed.
</content>
</entry>
<entry>
<title>Added "Bugfixes" section to release notes for 3.0.4.</title>
<updated>2020-02-10T07:14:58Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-02-10T07:13:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=932bd794b29c24536b6277b61175bd11ca9be234'/>
<id>urn:sha1:932bd794b29c24536b6277b61175bd11ca9be234</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added stub release notes for 3.0.4.</title>
<updated>2020-02-03T09:23:54Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2020-02-03T09:23:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=273918c25b203d32a7922bc7c3610e4a089fe931'/>
<id>urn:sha1:273918c25b203d32a7922bc7c3610e4a089fe931</id>
<content type='text'>
</content>
</entry>
</feed>
