<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/sqlite3, branch archive/attic/schema-evolution-ng</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fschema-evolution-ng</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fschema-evolution-ng'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2007-01-08T20:28:31Z</updated>
<entry>
<title>Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon.</title>
<updated>2007-01-08T20:28:31Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2007-01-08T20:28:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f6390e8983dd364053078cc80361cb369b667690'/>
<id>urn:sha1:f6390e8983dd364053078cc80361cb369b667690</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4295 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra kwargs to the backend's connect method.  Thanks, ymasuda.</title>
<updated>2006-11-07T05:17:38Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2006-11-07T05:17:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fef89a01c542701d73072ed22651f3be29ef1507'/>
<id>urn:sha1:fef89a01c542701d73072ed22651f3be29ef1507</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2772 -- Made SQLite support work correctly with Python 2.5 standard</title>
<updated>2006-09-25T01:53:34Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-09-25T01:53:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b4e5a96ccc6aeb0cc4761865d3ea3221d3665e72'/>
<id>urn:sha1:b4e5a96ccc6aeb0cc4761865d3ea3221d3665e72</id>
<content type='text'>
module (as well as pysqlite2 for earlier Python versions). Patch from
ymasuda[at]ethercube.com.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixes #2658 -- Modified SQLite cursor close() method for in-memory databases, making the lifespan of an in-memory database equal to the life of the process, rather than the life of the cursor. Thanks, Ned Batchelder.</title>
<updated>2006-09-05T13:32:08Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2006-09-05T13:32:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6f87b17a0d0da75767d0bbf05d52f787e897c599'/>
<id>urn:sha1:6f87b17a0d0da75767d0bbf05d52f787e897c599</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3723 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes.  This covers about the first third of the errors.</title>
<updated>2006-07-21T17:11:13Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2006-07-21T17:11:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=17d0bd151265eb284c93350a3ede632b2b23b835'/>
<id>urn:sha1:17d0bd151265eb284c93350a3ede632b2b23b835</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3411 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2272 -- Improved SQLite database introspection. Thanks, dne@mayonnaise.net</title>
<updated>2006-07-07T04:06:00Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-07-07T04:06:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=49e5f5450d732a5d08c21c7e712e1728c6e635ce'/>
<id>urn:sha1:49e5f5450d732a5d08c21c7e712e1728c6e635ce</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3285 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2108 -- allow saving of empty models, rather than just dropping them.</title>
<updated>2006-06-08T15:14:06Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-06-08T15:14:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7e2b888a2d3e745dea551285fac6e88e409fe18d'/>
<id>urn:sha1:7e2b888a2d3e745dea551285fac6e88e409fe18d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index searches in MySQL</title>
<updated>2006-06-03T23:28:24Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-03T23:28:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=168429d5977592e8e5aaa8f740191711b1cbe054'/>
<id>urn:sha1:168429d5977592e8e5aaa8f740191711b1cbe054</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3073 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1673 -- Every database backend now raises ImproperlyConfigured if the relevant Python database module raises ImportError</title>
<updated>2006-05-26T18:58:46Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-26T18:58:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8e9833f26199b99180877d043bf4e944b99af39b'/>
<id>urn:sha1:8e9833f26199b99180877d043bf4e944b99af39b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2993 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1777 -- Fixed bug in date conversion in SQLite backend. Thanks, dart@google.com</title>
<updated>2006-05-06T03:27:49Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-06T03:27:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eb4bbbb6f3346f49b25930ef6a32ce0a7b1ae3ec'/>
<id>urn:sha1:eb4bbbb6f3346f49b25930ef6a32ce0a7b1ae3ec</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2851 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
