<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/multiple_database, branch 4.1.3</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=4.1.3</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=4.1.3'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2022-02-22T09:29:38Z</updated>
<entry>
<title>Removed redundant QuerySet.all() calls in docs and tests.</title>
<updated>2022-02-22T09:29:38Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2022-02-22T09:29:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=847f46e9bf88964484c8b76a10af753ea1018311'/>
<id>urn:sha1:847f46e9bf88964484c8b76a10af753ea1018311</id>
<content type='text'>
Most QuerySet methods are mapped onto the Manager and, in general,
it isn't necessary to call .all() on the manager.</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>urn:sha1:7119f40c9881666b6f9b5cf7df09ee1d21cc8344</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed isolation of RouterTestCase.test_m2m_cross_database_protection().</title>
<updated>2021-07-05T13:22:08Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-07-05T13:22:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=49ca6bbc445cb75ee742b215f5f90465ad8e7309'/>
<id>urn:sha1:49ca6bbc445cb75ee742b215f5f90465ad8e7309</id>
<content type='text'>
Hardcoded pks are necessary for this test case, however we need to set
them for all new rows because the sequence will not increment
automatically. It works when the sequence is incremented by other
test cases.</content>
</entry>
<entry>
<title>Removed unused __str__() methods in tests models.</title>
<updated>2020-04-30T07:13:23Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-04-30T07:13:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=555e3a848e7ac13580371c7eafbc89195fee6ea9'/>
<id>urn:sha1:555e3a848e7ac13580371c7eafbc89195fee6ea9</id>
<content type='text'>
Follow up to 6461583b6cc257d25880ef9a9fd7e2125ac53ce1.</content>
</entry>
<entry>
<title>Enforced uniqueness of natural keys used in tests.</title>
<updated>2020-04-07T08:54:19Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-04-07T08:54:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=cf21fc9bf010c71385dbead215d26151fb70d2ad'/>
<id>urn:sha1:cf21fc9bf010c71385dbead215d26151fb70d2ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #31117 -- Made various tests properly handle unexpected databases aliases.</title>
<updated>2020-01-20T13:39:02Z</updated>
<author>
<name>Matthijs Kooijman</name>
<email>matthijs@stdin.nl</email>
</author>
<published>2019-12-20T19:49:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2a2ea4ee18fdcf2c95bf6435bc63b74623e3085b'/>
<id>urn:sha1:2a2ea4ee18fdcf2c95bf6435bc63b74623e3085b</id>
<content type='text'>
- Used selected "databases" instead of django.db.connections.
- Made routers in tests.migrations skip migrations on unexpected
  databases.
- Added DiscoverRunnerGetDatabasesTests.assertSkippedDatabases() hook
  which properly asserts messages about skipped databases.
</content>
</entry>
<entry>
<title>Fixed #16027 -- Added app_label to ContentType.__str__().</title>
<updated>2019-02-08T00:56:47Z</updated>
<author>
<name>Gregory N. Schmit</name>
<email>schmitgreg@gmail.com</email>
</author>
<published>2018-12-21T07:24:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=48c17807a99f7a4341c74db19e16a37b010827c2'/>
<id>urn:sha1:48c17807a99f7a4341c74db19e16a37b010827c2</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
