<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/multiple_database/tests.py, branch 1.3.3</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.3.3</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.3.3'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2011-03-03T15:04:39Z</updated>
<entry>
<title>Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:</title>
<updated>2011-03-03T15:04:39Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-03-03T15:04:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=afd040d4d3a06fe92e3080870b2ff2095ce86a75'/>
<id>urn:sha1:afd040d4d3a06fe92e3080870b2ff2095ce86a75</id>
<content type='text'>
 assert_ -&gt; assertTrue
 assertEquals -&gt; assertEqual
 failUnless -&gt; assertTrue

For full details, see http://www.voidspace.org.uk/python/articles/unittest2.shtml#deprecations

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Enhanced slightly the tests added in r15185 to demonstrate that #14948 doesn't affect trunk. Refs #14948. Thanks Harm Geerts.</title>
<updated>2011-01-15T00:15:39Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-01-15T00:15:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0bd628d418348bbda936f10c03d5e9d910986580'/>
<id>urn:sha1:0bd628d418348bbda936f10c03d5e9d910986580</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15208 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Enhanced tests for r14857 added in r15185. Refs #14870. Thanks Harm Geerts.</title>
<updated>2011-01-14T03:43:10Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-01-14T03:43:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7916c754aa91f83a96b2b8b3c54a2f32bdeca740'/>
<id>urn:sha1:7916c754aa91f83a96b2b8b3c54a2f32bdeca740</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13668 -- Corrected database router methods invocation for ManyToMany fields without through models. Thanks craig.kimerer for the report and David Gouldin for the fix.</title>
<updated>2011-01-13T04:11:41Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-01-13T04:11:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e1ede214e6dd0fc988fa572d8be45231c275970c'/>
<id>urn:sha1:e1ede214e6dd0fc988fa572d8be45231c275970c</id>
<content type='text'>
This also adds tests for r14857.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14691 -- Made ForeignKey.validate() use the right database. Thanks Marco Paolini for the report.</title>
<updated>2010-11-16T22:09:13Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2010-11-16T22:09:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f3d07047834b0a4ea3bde2b46643b327a659364e'/>
<id>urn:sha1:f3d07047834b0a4ea3bde2b46643b327a659364e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14580 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed a multiple_database test case that was failing in Oracle due to forced table name capitalization.  The test case now matches the style used by the raw_query tests.</title>
<updated>2010-11-12T18:48:39Z</updated>
<author>
<name>Ian Kelly</name>
<email>ian.g.kelly@gmail.com</email>
</author>
<published>2010-11-12T18:48:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9892f4c5d58857c3fbbf45394b13c7bc0fce5161'/>
<id>urn:sha1:9892f4c5d58857c3fbbf45394b13c7bc0fce5161</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14545 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14471 -- Corrected a regression in the use of methods on custom managers on related querysets. Thanks to Lucky for the report.</title>
<updated>2010-10-28T12:57:04Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-10-28T12:57:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8a724802c5b3b8d4f8d51bcf276838bf0f4ba176'/>
<id>urn:sha1:8a724802c5b3b8d4f8d51bcf276838bf0f4ba176</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14389 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Ensure the mutliple_database tests leave the settings in the same state they found them.</title>
<updated>2010-10-21T17:37:19Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2010-10-21T17:37:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=085e4c9112600b84cef601bc331cafae03c1b1c9'/>
<id>urn:sha1:085e4c9112600b84cef601bc331cafae03c1b1c9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14313 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fix a couple of typos in test names and descriptions.</title>
<updated>2010-09-13T05:08:21Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2010-09-13T05:08:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3d99526fc2b6b6d25d889ce206ea26c7036944b8'/>
<id>urn:sha1:3d99526fc2b6b6d25d889ce206ea26c7036944b8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13821 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14068 -- Corrected error handling in loaddata when an allow_syncdb method is defined on the router. Thanks to Xavier Ordoquy for the report.</title>
<updated>2010-08-20T13:57:24Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-08-20T13:57:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c2e3ba3ba0bf6cca0a35d904b334a37b225a31da'/>
<id>urn:sha1:c2e3ba3ba0bf6cca0a35d904b334a37b225a31da</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13612 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
