<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/db-api.txt, 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>2007-01-31T23:43:09Z</updated>
<entry>
<title>Merged revisions 4186 to 4454 from trunk.</title>
<updated>2007-01-31T23:43:09Z</updated>
<author>
<name>Robin Munn</name>
<email>robin.munn@gmail.com</email>
</author>
<published>2007-01-31T23:43:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fe361e678a46dc4c717c79c2f12b3ba32293b81a'/>
<id>urn:sha1:fe361e678a46dc4c717c79c2f12b3ba32293b81a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@4455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>sqlalchemy: Merged revisions 3832 to 3917 from trunk.</title>
<updated>2006-10-24T07:49:37Z</updated>
<author>
<name>Robin Munn</name>
<email>robin.munn@gmail.com</email>
</author>
<published>2006-10-24T07:49:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0b059aa4eadc1d95ceca3a32821b65a9fb2a53e8'/>
<id>urn:sha1:0b059aa4eadc1d95ceca3a32821b65a9fb2a53e8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@3918 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>sqlalchemy: Merged revisions 3770 to 3831 from trunk.</title>
<updated>2006-09-25T15:39:20Z</updated>
<author>
<name>Robin Munn</name>
<email>robin.munn@gmail.com</email>
</author>
<published>2006-09-25T15:39:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1bb4fa2cb66269b1eff3b7d73f8c7864c0622368'/>
<id>urn:sha1:1bb4fa2cb66269b1eff3b7d73f8c7864c0622368</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@3832 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed ReST error in docs/db-api.txt</title>
<updated>2006-08-12T05:31:31Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-08-12T05:31:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aa587cd9772216aa304a7a1fbb064fbf77e6742c'/>
<id>urn:sha1:aa587cd9772216aa304a7a1fbb064fbf77e6742c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3567 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2465 -- Documented the fact that select_related doesn't follow null=True</title>
<updated>2006-08-01T21:45:57Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-08-01T21:45:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a7f8984e6e6be2ded5a03f758f28a85ce43187ac'/>
<id>urn:sha1:a7f8984e6e6be2ded5a03f758f28a85ce43187ac</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3511 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Refs #2217 -- Updated DB API docs to discuss filtering using objects rather than IDs. Second attempt - forgot to save before commit last time.</title>
<updated>2006-07-09T03:53:11Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2006-07-09T03:53:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c431ade5f5a98fca990a3996be7f7707a31df858'/>
<id>urn:sha1:c431ade5f5a98fca990a3996be7f7707a31df858</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Refs #2217 -- Updated DB API docs to discuss filtering using objects rather than IDs.</title>
<updated>2006-07-09T03:51:37Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2006-07-09T03:51:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=88189399b18282ea16135ed7572f06c57476227c'/>
<id>urn:sha1:88189399b18282ea16135ed7572f06c57476227c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added {{{Manager.create()}}} method to create and save an object in a single step.</title>
<updated>2006-06-27T20:36:25Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2006-06-27T20:36:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=48562965b900bd8d4ba5f6fef4b635af844b5cee'/>
<id>urn:sha1:48562965b900bd8d4ba5f6fef4b635af844b5cee</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2176 -- Fixed typo in docs/db-api.txt. Thanks, simon@lieschke.net</title>
<updated>2006-06-18T17:33:02Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-18T17:33:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c256dcd04bb0edcab93b99cee62b29df1cd6b046'/>
<id>urn:sha1:c256dcd04bb0edcab93b99cee62b29df1cd6b046</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3141 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2143 -- Changed a few places where the pre-magic-removal-merge syntax</title>
<updated>2006-06-14T03:31:34Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-06-14T03:31:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=97fedcc03175f6ced6c46145be930aad4977c54f'/>
<id>urn:sha1:97fedcc03175f6ced6c46145be930aad4977c54f</id>
<content type='text'>
was still being used in the docs. Thanks to mssnlayam@yahoo.com for the patch.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3125 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
