<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/releases/2.1.5.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>2019-01-04T02:21:55Z</updated>
<entry>
<title>Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in the default 404 page.</title>
<updated>2019-01-04T02:21:55Z</updated>
<author>
<name>Tom Hacohen</name>
<email>tasn@users.noreply.github.com</email>
</author>
<published>2019-01-04T02:21:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1ecc0a395be721e987e8e9fdfadde952b6dee1c7'/>
<id>urn:sha1:1ecc0a395be721e987e8e9fdfadde952b6dee1c7</id>
<content type='text'>
Co-Authored-By: Tim Graham &lt;timograham@gmail.com&gt;</content>
</entry>
<entry>
<title>Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called with non-None obj during add.</title>
<updated>2019-01-01T14:42:14Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-12-31T14:18:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=02c07be95c47efaab9da7422c33ee76142f11336'/>
<id>urn:sha1:02c07be95c47efaab9da7422c33ee76142f11336</id>
<content type='text'>
Thanks andreage for the report and suggested fix.
</content>
</entry>
<entry>
<title>Refs #30015 -- Added 2.1.5 release note and removed 'we' in comments.</title>
<updated>2018-12-21T02:30:13Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2018-12-20T09:02:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bbe28fa07658f00786dc1d91ee281b4daac22d07'/>
<id>urn:sha1:bbe28fa07658f00786dc1d91ee281b4daac22d07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks are enabled.</title>
<updated>2018-12-15T23:51:59Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2018-12-08T00:55:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=315357ad25a6590e7f4564ec2e56a22132b09001'/>
<id>urn:sha1:315357ad25a6590e7f4564ec2e56a22132b09001</id>
<content type='text'>
Prior to this change foreign key constraint references could be left pointing
at tables dropped during operations simulating unsupported table alterations
because of an unexpected failure to disable foreign key constraint checks.

SQLite3 does not allow disabling such checks while in a transaction so they
must be disabled beforehand.

Thanks ezaquarii for the report and Carlton and Tim for the review.
</content>
</entry>
<entry>
<title>Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+.</title>
<updated>2018-12-07T18:32:37Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2018-12-06T16:37:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c8ffdbe514b55ff5c9a2b8cb8bbdf2d3978c188f'/>
<id>urn:sha1:c8ffdbe514b55ff5c9a2b8cb8bbdf2d3978c188f</id>
<content type='text'>
SQLite 3.26 repoints foreign key constraints on table renames even when
foreign_keys pragma is off which breaks every operation that requires
a table rebuild to simulate unsupported ALTER TABLE statements.

The newly introduced legacy_alter_table pragma disables this behavior
and restores the previous schema editor assumptions.

Thanks Florian Apolloner, Christoph Trassl, Chris Lamb for the report and
troubleshooting assistance.
</content>
</entry>
<entry>
<title>Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with mysqlclient 1.3.14+.</title>
<updated>2018-12-05T19:46:23Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-12-05T18:14:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=284b3221a2c17af5bfe2edbf851ac0a9901f91a0'/>
<id>urn:sha1:284b3221a2c17af5bfe2edbf851ac0a9901f91a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added stub release notes for 2.1.5 release.</title>
<updated>2018-12-04T15:21:38Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2018-12-04T14:59:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=196b420fcb0cbdd82970e2b9aea80251bde82056'/>
<id>urn:sha1:196b420fcb0cbdd82970e2b9aea80251bde82056</id>
<content type='text'>
</content>
</entry>
</feed>
