<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 3.0.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.0.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.0.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-03-04T08:18:28Z</updated>
<entry>
<title>[3.0.x] Bumped version for 3.0.4 release.</title>
<updated>2020-03-04T08:18:28Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-03-04T08:18:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c2250cfb80e27cdf8d098428824da2800a18cadf'/>
<id>urn:sha1:c2250cfb80e27cdf8d098428824da2800a18cadf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[3.0.x] Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions and aggregates on Oracle.</title>
<updated>2020-03-04T08:16:03Z</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=26a5cf834526e291db00385dd33d319b8271fc4c'/>
<id>urn:sha1:26a5cf834526e291db00385dd33d319b8271fc4c</id>
<content type='text'>
Thanks to Norbert Szetei for the report.
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #31150 -- Included subqueries that reference related fields in GROUP BY clauses.</title>
<updated>2020-03-03T10:26:36Z</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=c5cfaad2f1f08b31ba04b9534f1a46a6ef1003bf'/>
<id>urn:sha1:c5cfaad2f1f08b31ba04b9534f1a46a6ef1003bf</id>
<content type='text'>
Thanks Johannes Hoppe for the report.

Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80.

Co-authored-by: Simon Charette &lt;charette.s@gmail.com&gt;

Backport of 7b8fa1653fde578ab3a496d9974ab1d4261b8b26 from master
</content>
</entry>
<entry>
<title>[3.0.x] Documented default value of InlineModelAdmin.extra.</title>
<updated>2020-03-03T08:05:52Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-03-03T08:05:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4977f2084ec828c1214817e0a7a82ff96cba7863'/>
<id>urn:sha1:4977f2084ec828c1214817e0a7a82ff96cba7863</id>
<content type='text'>
Backport of 3bd29a8a973e2bb11b00666458344aeab5684a39 from master
</content>
</entry>
<entry>
<title>[3.0.x] Removed outdated note about not supporting partial indexes by Django.</title>
<updated>2020-02-29T19:36:16Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-02-29T19:35:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5320ba98f3d253afcaa76b4b388a8982f87d4f1a'/>
<id>urn:sha1:5320ba98f3d253afcaa76b4b388a8982f87d4f1a</id>
<content type='text'>
Supported since a906c9898284a9aecb5f48bdc534e9c1273864a6.
Backport of a49c2b6bf098eb48c07641f60dba9be78c6cc92f from master
</content>
</entry>
<entry>
<title>[3.0.x] Refs #31312 -- Fixed FTimeDeltaTests.test_date_case_subtraction() test.</title>
<updated>2020-02-27T19:18:53Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-02-27T19:18:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=94e192a580374259d9e52432f007fd2b49a8672d'/>
<id>urn:sha1:94e192a580374259d9e52432f007fd2b49a8672d</id>
<content type='text'>
Follow up to 16cacdcb3f7856df5454b648503374de150fa245.
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.</title>
<updated>2020-02-27T08:20:30Z</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=16cacdcb3f7856df5454b648503374de150fa245'/>
<id>urn:sha1:16cacdcb3f7856df5454b648503374de150fa245</id>
<content type='text'>
Regression in 9bcbcd599abac91ea853b2fe10b784ba32df043e.

Thanks rick2ricks for the report.

Backport of 41ebe60728a15aa273f4d70de92f5246a89c3d4e from master
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs.</title>
<updated>2020-02-27T07:33:51Z</updated>
<author>
<name>Andrey Doroschenko</name>
<email>dorosch.github.io@yandex.ru</email>
</author>
<published>2020-02-27T05:26:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=59ac25c93b228cd4ef34d4f36fbfbab3d9f6b4ad'/>
<id>urn:sha1:59ac25c93b228cd4ef34d4f36fbfbab3d9f6b4ad</id>
<content type='text'>
Backport of f1016814d84b1423cfe0df85644c9870a6bc6b41 from master
</content>
</entry>
<entry>
<title>[3.0.x] Removed hint from fields.E310 message in system check docs.</title>
<updated>2020-02-26T11:01:32Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-02-26T11:00:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ae6c6f9110a0bd30a72c5bc5067920ba2725dc6b'/>
<id>urn:sha1:ae6c6f9110a0bd30a72c5bc5067920ba2725dc6b</id>
<content type='text'>
This is the only documented hint.
Backport of 667f784baab31f11d2469e5d22bbdc2390dbc030 from master
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #31303 -- Removed outdated note about symmetrical intermediate table for self-referential ManyToManyField.</title>
<updated>2020-02-24T07:55:24Z</updated>
<author>
<name>Matheus Cunha Motta</name>
<email>sqrtomath@gmail.com</email>
</author>
<published>2020-02-23T22:15:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0193a1630eca5c55721c04562f24c6f17464f901'/>
<id>urn:sha1:0193a1630eca5c55721c04562f24c6f17464f901</id>
<content type='text'>
Follow up to 87b1ad6e7351464c60e751b483d9dfce3a2d3382.

Backport of 0352a44dd61c19bebf0c0b305dbbc3f710ff9945 from master
</content>
</entry>
</feed>
