<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/oracle/base.py, branch archive/attic/sqlalchemy</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fsqlalchemy</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fsqlalchemy'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2006-11-08T04:50:01Z</updated>
<entry>
<title>sqlalchemy: Merged revisions 3918 to 4053 from trunk.</title>
<updated>2006-11-08T04:50:01Z</updated>
<author>
<name>Robin Munn</name>
<email>robin.munn@gmail.com</email>
</author>
<published>2006-11-08T04:50:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dadfca08c0db567ce33284aaa8eb388cf667a836'/>
<id>urn:sha1:dadfca08c0db567ce33284aaa8eb388cf667a836</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@4054 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>Removed stray references to (now deprecated) !__ne query type.</title>
<updated>2006-07-01T05:41:48Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2006-07-01T05:41:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=08cac47ba0739d8346495a491d0d288f50a4186d'/>
<id>urn:sha1:08cac47ba0739d8346495a491d0d288f50a4186d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3254 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>Eliminated lots of mutable default arguments (since they are bugs</title>
<updated>2006-06-03T13:37:34Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2006-06-03T13:37:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9b86db9bf2407f408468566b3f48a8444cb66f83'/>
<id>urn:sha1:9b86db9bf2407f408468566b3f48a8444cb66f83</id>
<content type='text'>
waiting to happen and are memory leaks too).


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3070 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>Added half of oracle backend. (The other half is all of the special-casing in django/db/models/query.py, which I will be refactoring.) Refs #1990. Thanks, Jason Huggins and tzellman</title>
<updated>2006-05-26T05:37:21Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-26T05:37:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cac7675f247da325cb862a312804fe64845d1155'/>
<id>urn:sha1:cac7675f247da325cb862a312804fe64845d1155</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2986 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
