<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 3.0a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.0a1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.0a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2019-09-10T08:36:15Z</updated>
<entry>
<title>[3.0.x] Bumped version for 3.0 alpha 1 release.</title>
<updated>2019-09-10T08:36:15Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-09-10T08:36:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1520df3f57a67964fd044d5f1e3ba735b9677b16'/>
<id>urn:sha1:1520df3f57a67964fd044d5f1e3ba735b9677b16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[3.0.x] Bumped next Django version in docs config.</title>
<updated>2019-09-10T08:34:38Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-09-10T08:34:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=24de7501cca3c5adfbf7a91f3708fac0f7f2bad0'/>
<id>urn:sha1:24de7501cca3c5adfbf7a91f3708fac0f7f2bad0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated man page for 3.0 alpha release.</title>
<updated>2019-09-10T08:10:50Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-09-10T08:10:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=513f137cfd289ed598448e6d23e4e555ff056945'/>
<id>urn:sha1:513f137cfd289ed598448e6d23e4e555ff056945</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30754 -- Prevented inclusion of aliases in partial index conditions.</title>
<updated>2019-09-10T08:03:16Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2019-09-09T00:31:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=34decdebf157b6f05836009cc1967f74ee541fdf'/>
<id>urn:sha1:34decdebf157b6f05836009cc1967f74ee541fdf</id>
<content type='text'>
SQLite doesn't repoint table aliases in partial index conditions on table
rename which breaks the documented table alteration procedure.

Thanks Pēteris Caune for the report.
</content>
</entry>
<entry>
<title>Finalised release notes for 3.0 alpha release.</title>
<updated>2019-09-10T07:58:42Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-09-10T07:58:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a6248035149338f2b76065f7099e9fdca372f715'/>
<id>urn:sha1:a6248035149338f2b76065f7099e9fdca372f715</id>
<content type='text'>
* Removed empty sections
* Corrected some typos and wrapping errors.
</content>
</entry>
<entry>
<title>Fixed #28107 -- Added DatabaseFeatures.allows_group_by_selected_pks_on_model() to allow enabling optimization for unmanaged models.</title>
<updated>2019-09-09T12:04:46Z</updated>
<author>
<name>Vojtech Bocek</name>
<email>vojtech.bocek@avast.com</email>
</author>
<published>2019-07-29T14:40:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b1d37fea8fd7904c2b2d11c91393cf1b989314b6'/>
<id>urn:sha1:b1d37fea8fd7904c2b2d11c91393cf1b989314b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #28107 -- Doc'd how to subclass an existing database engine.</title>
<updated>2019-09-09T12:04:41Z</updated>
<author>
<name>Vojtech Bocek</name>
<email>vojtech.bocek@avast.com</email>
</author>
<published>2019-09-09T12:01:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=10d5e439e92da3881f5c32151f3a89f264c9cfd8'/>
<id>urn:sha1:10d5e439e92da3881f5c32151f3a89f264c9cfd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29406 -- Added support for Referrer-Policy header.</title>
<updated>2019-09-09T11:35:41Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-03-21T21:33:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=406dba04e1482a308cad74e3d06c050c76ba2d16'/>
<id>urn:sha1:406dba04e1482a308cad74e3d06c050c76ba2d16</id>
<content type='text'>
Thanks to James Bennett for the initial implementation.
</content>
</entry>
<entry>
<title>Refs #30426 -- Moved release notes into separate security section.</title>
<updated>2019-09-09T11:35:31Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-09-01T23:19:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1edbb6c19405a629200ba3683968f3dba2744e7e'/>
<id>urn:sha1:1edbb6c19405a629200ba3683968f3dba2744e7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Standardized links for headers in security middleware documentation.</title>
<updated>2019-09-09T11:35:17Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-03-24T21:26:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fc62e16291136513ac0d67d6a2c71e8674740435'/>
<id>urn:sha1:fc62e16291136513ac0d67d6a2c71e8674740435</id>
<content type='text'>
</content>
</entry>
</feed>
