<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/releases/3.0.2.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-01-02T06:55:53Z</updated>
<entry>
<title>Added release date for 3.0.2.</title>
<updated>2020-01-02T06:55:53Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-01-02T06:55:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=434a81d320d1352b7c5db49800a99d0b285eefed'/>
<id>urn:sha1:434a81d320d1352b7c5db49800a99d0b285eefed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31071 -- Disabled insert optimization for primary keys with defaults when loading fixtures.</title>
<updated>2019-12-30T06:49:10Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2019-12-12T03:34:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5779cc938a34eb96815c7a40ded2c8f6c8087c58'/>
<id>urn:sha1:5779cc938a34eb96815c7a40ded2c8f6c8087c58</id>
<content type='text'>
Model.save_base() is called directly when loading fixtures and assumes
existing rows will be updated. Branching of "raw" allows to maintain
the optimization introduced in #29260 while supporting this edge case.

Regression in 85458e94e38c20e57939947ee515a1a53689659f.

Thanks Reupen Shah for the report.
</content>
</entry>
<entry>
<title>Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding FK constraints inline and changing data.</title>
<updated>2019-12-23T22:28:59Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-12-23T22:28:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=22ce5d0031bd795ade081394043833e82046016c'/>
<id>urn:sha1:22ce5d0031bd795ade081394043833e82046016c</id>
<content type='text'>
This allows adding foreign key constraints inline and changing data in
the same migration on PostgreSQL 10+.

Regression in 738faf9da2a5cd03148a36375db80746c99c9623.

Thanks Janne Rönkkö for the report and Simon Charette for the
implementation idea and review.</content>
</entry>
<entry>
<title>Fixed #31109 -- Disabled grouping by aliases on QuerySet.exists().</title>
<updated>2019-12-23T08:24:03Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2019-12-22T04:22:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=720de4d0441fcfdb543051389c70efbe66ed962a'/>
<id>urn:sha1:720de4d0441fcfdb543051389c70efbe66ed962a</id>
<content type='text'>
Clearing the SELECT clause in Query.has_results was orphaning GROUP BY
references to it.

Thanks Thierry Bastian for the report and Baptiste Mispelon for the
bisect.

Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80.
</content>
</entry>
<entry>
<title>Fixed #31094 -- Included columns referenced by subqueries in GROUP BY on aggregations.</title>
<updated>2019-12-19T09:04:56Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2019-12-17T06:21:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5a4d7285bd10bd40d9f7e574a7c421eb21094858'/>
<id>urn:sha1:5a4d7285bd10bd40d9f7e574a7c421eb21094858</id>
<content type='text'>
Thanks Johannes Hoppe for the report.

Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80.

Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Added stub release notes for 3.0.2.</title>
<updated>2019-12-18T09:51:57Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-12-18T09:51:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=50a69efb2e73ab8b3ef26042d4579e8ade950c37'/>
<id>urn:sha1:50a69efb2e73ab8b3ef26042d4579e8ade950c37</id>
<content type='text'>
</content>
</entry>
</feed>
