<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/sqlite3/schema.py, branch 2.0.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.0.1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.0.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2017-12-22T21:09:49Z</updated>
<entry>
<title>[2.0.x] Fixed #28884 -- Fixed crash on SQLite when renaming a field in a model referenced by a ManyToManyField.</title>
<updated>2017-12-22T21:09:49Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2017-12-05T01:35:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b40a1d774d6e7dc0a3663a69c3a8a9b8793d31ff'/>
<id>urn:sha1:b40a1d774d6e7dc0a3663a69c3a8a9b8793d31ff</id>
<content type='text'>
Introspected database constraints instead of relying on _meta.related_objects
to determine whether or not a table or a column is referenced on rename
operations.

This has the side effect of ignoring both db_constraint=False and virtual
fields such as GenericRelation which aren't backend by database level
constraints and thus shouldn't prevent the rename operations from being
performed in a transaction.

Regression in 095c1aaa898bed40568009db836aa8434f1b983d.

Thanks Tim for the additional tests and edits, and Mariusz for the review.

Backport of 9f7772e098439f9edea3d25ab127539fc514eeb2 from master
</content>
</entry>
<entry>
<title>[2.0.x] Fixed #28849 -- Fixed referenced table and column rename on SQLite.</title>
<updated>2017-12-02T03:15:48Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2017-11-27T03:39:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=31d318d19c90ed1dcc441b6b87a1f82dc2fc2d28'/>
<id>urn:sha1:31d318d19c90ed1dcc441b6b87a1f82dc2fc2d28</id>
<content type='text'>
Thanks Ramiro for the input and Tim for the review.

Backport of 095c1aaa898bed40568009db836aa8434f1b983d from master
</content>
</entry>
<entry>
<title>Fixed #14204 -- Enforced SQLite foreign key constraints.</title>
<updated>2017-07-11T13:07:31Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-01-10T16:24:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=169c3b3e07829d9ffa409b6eb5c1094d8ef918a8'/>
<id>urn:sha1:169c3b3e07829d9ffa409b6eb5c1094d8ef918a8</id>
<content type='text'>
Thanks Tim Graham for contributing to the patch and
Simon Charette for advice and review.
</content>
</entry>
<entry>
<title>Refs #25530 -- Deleted deferred SQL references on delete operation.</title>
<updated>2017-06-21T04:26:30Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2016-05-24T19:38:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b1cbbe926789bcfc2e118c7d7c7a0f30fab5248a'/>
<id>urn:sha1:b1cbbe926789bcfc2e118c7d7c7a0f30fab5248a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #25530 -- Tracked references of deferred SQL statements.</title>
<updated>2017-06-21T04:03:31Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2016-05-24T19:25:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3b429c96736b8328c40e5d77282b0d30de563c3c'/>
<id>urn:sha1:3b429c96736b8328c40e5d77282b0d30de563c3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.</title>
<updated>2017-06-01T23:08:59Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-06-01T23:08:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2c69824e5ab5ddf4b9964c4cf9f9e16ff3bb7929'/>
<id>urn:sha1:2c69824e5ab5ddf4b9964c4cf9f9e16ff3bb7929</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27656 -- Updated django.db docstring verbs according to PEP 257.</title>
<updated>2017-02-28T14:17:27Z</updated>
<author>
<name>Anton Samarchyan</name>
<email>anton.samarchyan@savoirfairelinux.com</email>
</author>
<published>2017-01-24T23:04:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=60e52a047e55bc4cd5a93a8bd4d07baed27e9a22'/>
<id>urn:sha1:60e52a047e55bc4cd5a93a8bd4d07baed27e9a22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Replaced super(ClassName, self) with super().</title>
<updated>2017-01-25T17:23:46Z</updated>
<author>
<name>chillaranand</name>
<email>anand21nanda@gmail.com</email>
</author>
<published>2017-01-21T13:13:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d6eaf7c0183cd04b78f2a55e1d60bb7e59598310'/>
<id>urn:sha1:d6eaf7c0183cd04b78f2a55e1d60bb7e59598310</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed six.&lt;various&gt;_types usage</title>
<updated>2017-01-18T19:18:46Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-12-29T15:27:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7b2f2e74adb36a4334e83130f6abc2f79d395235'/>
<id>urn:sha1:7b2f2e74adb36a4334e83130f6abc2f79d395235</id>
<content type='text'>
Thanks Tim Graham and Simon Charette for the reviews.
</content>
</entry>
<entry>
<title>Fixed #26808 -- Added Meta.indexes for class-based indexes.</title>
<updated>2016-08-05T22:12:51Z</updated>
<author>
<name>Akshesh</name>
<email>aksheshdoshi@gmail.com</email>
</author>
<published>2016-06-20T15:50:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6a8372e6ec42eb50e05f9dbcb26b783237bdc233'/>
<id>urn:sha1:6a8372e6ec42eb50e05f9dbcb26b783237bdc233</id>
<content type='text'>
* Added the index name to its deconstruction.
* Added indexes to sqlite3.schema._remake_table() so that indexes
  aren't dropped when _remake_table() is called.

Thanks timgraham &amp; MarkusH for review and advice.
</content>
</entry>
</feed>
