<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/sqlite3/base.py, branch 1.7.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.7.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.7.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2014-06-16T23:25:58Z</updated>
<entry>
<title>[1.7.x] Renamed DatabaseFeature.supports_check_constraints to supports_column_check_constraints.</title>
<updated>2014-06-16T23:25:58Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-06-16T23:25:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dc7d0f50e22bc52bc4656879452c482394347b75'/>
<id>urn:sha1:dc7d0f50e22bc52bc4656879452c482394347b75</id>
<content type='text'>
Thanks maxi for the suggestion.

Backport of 82c935d44c from master
</content>
</entry>
<entry>
<title>Replaced an explicit vendor check by a feature flag.</title>
<updated>2014-06-05T22:31:22Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@oscaro.com</email>
</author>
<published>2014-06-05T22:29:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c9aedce01ae54f26d612b070ded57d2cb3eb8483'/>
<id>urn:sha1:c9aedce01ae54f26d612b070ded57d2cb3eb8483</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.7.x] Added feature flags for introspection capabilities.</title>
<updated>2014-05-08T20:53:21Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-05-07T20:14:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7194d40236fc9f848f6efd313c1636ba1aceb700'/>
<id>urn:sha1:7194d40236fc9f848f6efd313c1636ba1aceb700</id>
<content type='text'>
Backport of 99d9fa32 from master
</content>
</entry>
<entry>
<title>[1.7.x] Set some transaction-related feature flags on SQLite.</title>
<updated>2014-04-25T09:45:58Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@oscaro.com</email>
</author>
<published>2014-04-25T09:43:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=782fa14db4b855b4c5034413d1065ea0915f6491'/>
<id>urn:sha1:782fa14db4b855b4c5034413d1065ea0915f6491</id>
<content type='text'>
Refs #22496.

Backport of e368912 from master.
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #22321 -- Wrapped exceptions in _set_autocommit.</title>
<updated>2014-04-10T21:06:58Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-03-23T22:09:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5f22bda3827f32289793b90a387d8c77d602a859'/>
<id>urn:sha1:5f22bda3827f32289793b90a387d8c77d602a859</id>
<content type='text'>
Refs #21202.

Backport of 3becac84 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #12030 -- Validate integer field range at the model level.</title>
<updated>2014-03-25T18:31:54Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2014-03-04T01:12:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=78211b13a51f2ada1c7beb81ff97ef11f9e239eb'/>
<id>urn:sha1:78211b13a51f2ada1c7beb81ff97ef11f9e239eb</id>
<content type='text'>
Thanks to @timgraham for the review.

Backport of 1506c71a95 from master
</content>
</entry>
<entry>
<title>Fixed #21844: Move quote_parameter off of Operations and rename</title>
<updated>2014-02-09T12:42:26Z</updated>
<author>
<name>Andrew Godwin</name>
<email>andrew@aeracode.org</email>
</author>
<published>2014-02-09T12:41:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=42607a9e33e63639d1da2166b9a2f85c691e07ae'/>
<id>urn:sha1:42607a9e33e63639d1da2166b9a2f85c691e07ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure cursors are closed when no longer needed.</title>
<updated>2014-02-02T17:47:21Z</updated>
<author>
<name>Michael Manfre</name>
<email>mmanfre@gmail.com</email>
</author>
<published>2014-01-09T15:05:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3ffeb931869cc68a8e0916219702ee282afc6e9d'/>
<id>urn:sha1:3ffeb931869cc68a8e0916219702ee282afc6e9d</id>
<content type='text'>
This commit touchs various parts of the code base and test framework. Any
found usage of opening a cursor for the sake of initializing a connection
has been replaced with 'ensure_connection()'.
</content>
</entry>
<entry>
<title>Fixed #21783: More SQLite default fun with nulls.</title>
<updated>2014-01-25T00:10:25Z</updated>
<author>
<name>Andrew Godwin</name>
<email>andrew@aeracode.org</email>
</author>
<published>2014-01-25T00:09:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2a30b39f40265c9228fc2e706bcb6e1df1aae991'/>
<id>urn:sha1:2a30b39f40265c9228fc2e706bcb6e1df1aae991</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21783: Use defaults for adding NOT NULL on sqlite</title>
<updated>2014-01-19T17:10:24Z</updated>
<author>
<name>Andrew Godwin</name>
<email>andrew@aeracode.org</email>
</author>
<published>2014-01-19T17:10:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e802c97581594e3a37e6497443b105ecb9920a55'/>
<id>urn:sha1:e802c97581594e3a37e6497443b105ecb9920a55</id>
<content type='text'>
</content>
</entry>
</feed>
