<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/multiple_database, branch 2.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=2.2</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=2.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2019-01-11T00:11:21Z</updated>
<entry>
<title>Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases.</title>
<updated>2019-01-11T00:11:21Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2018-07-12T04:12:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8c775391b78b2a4a2b57c5e89ed4888f36aada4b'/>
<id>urn:sha1:8c775391b78b2a4a2b57c5e89ed4888f36aada4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Followed style guide for model attribute ordering.</title>
<updated>2018-12-28T00:34:14Z</updated>
<author>
<name>Matt Wiens</name>
<email>mwiens91@gmail.com</email>
</author>
<published>2018-12-28T00:34:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e817ae74da0e515db31907ebcb2d00bcf7c3f5bc'/>
<id>urn:sha1:e817ae74da0e515db31907ebcb2d00bcf7c3f5bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switched TestCase to SimpleTestCase where possible in Django's tests.</title>
<updated>2018-11-27T13:58:44Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-11-26T19:05:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=193c109327c5216cab1d4eed6bfdff24629b09a3'/>
<id>urn:sha1:193c109327c5216cab1d4eed6bfdff24629b09a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27629 -- Added router.allow_relation() calls for assignments between unsaved model instances.</title>
<updated>2018-05-11T00:42:44Z</updated>
<author>
<name>Stefan R. Filipek</name>
<email>srfilipek@gmail.com</email>
</author>
<published>2018-05-11T00:42:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a5a2ceeb453b86caaf01687342984f372428beb8'/>
<id>urn:sha1:a5a2ceeb453b86caaf01687342984f372428beb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed hanging indentation in various code.</title>
<updated>2018-03-16T09:54:34Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-03-16T09:54:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=362813d6287925b8f63f0b107c55a74d95f5825e'/>
<id>urn:sha1:362813d6287925b8f63f0b107c55a74d95f5825e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28982 -- Simplified code with and/or.</title>
<updated>2018-01-04T01:12:23Z</updated>
<author>
<name>Дилян Палаузов</name>
<email>Dilyan.Palauzov@db.com</email>
</author>
<published>2018-01-03T23:52:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d7b2aa24f75434c2ce50100cfef3586071e0747a'/>
<id>urn:sha1:d7b2aa24f75434c2ce50100cfef3586071e0747a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28974 -- Made refresh_from_db() hint routers about its instance.</title>
<updated>2018-01-02T14:42:24Z</updated>
<author>
<name>Simon Charette</name>
<email>charettes@users.noreply.github.com</email>
</author>
<published>2018-01-02T14:42:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f5a989e60394ac11f5dce886468a34533caefcbf'/>
<id>urn:sha1:f5a989e60394ac11f5dce886468a34533caefcbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed a primary key value dependency in a multiple_database test.</title>
<updated>2017-07-31T17:28:29Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-07-31T17:28:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e3bd328b0f8cacea06cb94dfa63996144279df52'/>
<id>urn:sha1:e3bd328b0f8cacea06cb94dfa63996144279df52</id>
<content type='text'>
Follow up to a51c4de1945be2225f20fad794cfb52d8f1f9236.
</content>
</entry>
<entry>
<title>Used assertRaisesMessage() to test Django's error messages.</title>
<updated>2017-07-29T23:07:23Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2017-05-28T19:37:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a51c4de1945be2225f20fad794cfb52d8f1f9236'/>
<id>urn:sha1:a51c4de1945be2225f20fad794cfb52d8f1f9236</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced type-specific assertions with assertEqual().</title>
<updated>2017-03-17T11:51:48Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-03-17T11:51:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=6b4f018b2b3478d2a4a441ed52d43f6268ac89f3'/>
<id>urn:sha1:6b4f018b2b3478d2a4a441ed52d43f6268ac89f3</id>
<content type='text'>
Python docs say, "it's usually not necessary to invoke these methods directly."</content>
</entry>
</feed>
