<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/modeltests/basic/models.py, branch archive/attic/multiple-db-support</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fmultiple-db-support</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fmultiple-db-support'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2006-11-29T20:16:50Z</updated>
<entry>
<title>[multi-db] Merge trunk to [3850]. Some tests still failing.</title>
<updated>2006-11-29T20:16:50Z</updated>
<author>
<name>Jason Pellerin</name>
<email>jpellerin@gmail.com</email>
</author>
<published>2006-11-29T20:16:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f8217026f9618adb65ab2d517025e87b98ed2fbe'/>
<id>urn:sha1:f8217026f9618adb65ab2d517025e87b98ed2fbe</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@4142 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[multi-db] Merge trunk to [3661]</title>
<updated>2006-09-04T02:20:26Z</updated>
<author>
<name>Jason Pellerin</name>
<email>jpellerin@gmail.com</email>
</author>
<published>2006-09-04T02:20:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b17f250907351923f39f8a50b87a35b26d2ca307'/>
<id>urn:sha1:b17f250907351923f39f8a50b87a35b26d2ca307</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3712 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Merge trunk to [3226]</title>
<updated>2006-06-28T17:07:26Z</updated>
<author>
<name>Jason Pellerin</name>
<email>jpellerin@gmail.com</email>
</author>
<published>2006-06-28T17:07:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=da5b0586d359390e2102703707afae65befe7f6d'/>
<id>urn:sha1:da5b0586d359390e2102703707afae65befe7f6d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3228 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Changed all model unit tests to use __str__() instead of __repr__(). Also slightly changed related-object DoesNotExist exception message to use repr instead of str</title>
<updated>2006-06-04T00:23:51Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-04T00:23:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a5b7c298164e3c1547988c734d6155c17f57b1d7'/>
<id>urn:sha1:a5b7c298164e3c1547988c734d6155c17f57b1d7</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3075 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Made negative indexing on QuerySet instances raise an assertion error (previously</title>
<updated>2006-05-26T18:41:03Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2006-05-26T18:41:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0c8ac0972c9b1a5af95d40334b83cf5f31d56331'/>
<id>urn:sha1:0c8ac0972c9b1a5af95d40334b83cf5f31d56331</id>
<content type='text'>
it just returned incorrect results).


git-svn-id: http://code.djangoproject.com/svn/django/trunk@2992 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Updated tests in line with changed exception messages, fixing 2 failures.</title>
<updated>2006-05-11T21:52:23Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2006-05-11T21:52:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c4274795391488afca2bf75e6eda32ab22906637'/>
<id>urn:sha1:c4274795391488afca2bf75e6eda32ab22906637</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Thanks, pb</title>
<updated>2006-05-06T18:36:32Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-06T18:36:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0727df90f0c301c98b560766ea869802ec3802fc'/>
<id>urn:sha1:0727df90f0c301c98b560766ea869802ec3802fc</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2858 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.</title>
<updated>2006-05-02T01:31:56Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-02T01:31:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f69cf70ed813a8cd7e1f963a14ae39103e8d5265'/>
<id>urn:sha1:f69cf70ed813a8cd7e1f963a14ae39103e8d5265</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
