<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/basic, branch 1.11</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=1.11</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=1.11'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2017-01-14T13:32:07Z</updated>
<entry>
<title>Fixed #27718 -- Added QuerySet.union(), intersection(), difference().</title>
<updated>2017-01-14T13:32:07Z</updated>
<author>
<name>Florian Apolloner</name>
<email>apollo13@users.noreply.github.com</email>
</author>
<published>2017-01-14T13:32:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=84c1826ded17b2d74f66717fb745fc36e37949fd'/>
<id>urn:sha1:84c1826ded17b2d74f66717fb745fc36e37949fd</id>
<content type='text'>
Thanks Mariusz Felisiak for review and Oracle assistance.
Thanks Tim Graham for review and writing docs.</content>
</entry>
<entry>
<title>Moved test_field_ordering to the model_fields package.</title>
<updated>2016-12-14T18:35:13Z</updated>
<author>
<name>Morgan Aubert</name>
<email>morgan.aubert@savoirfairelinux.com</email>
</author>
<published>2016-12-14T16:48:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=adb791fdcbdbd6d1b5c258d114b88953d2248c13'/>
<id>urn:sha1:adb791fdcbdbd6d1b5c258d114b88953d2248c13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.</title>
<updated>2016-11-11T02:30:21Z</updated>
<author>
<name>za</name>
<email>za@python.or.id</email>
</author>
<published>2016-10-27T07:53:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=321e94fa41b121f65c02119c02098df327bbd569'/>
<id>urn:sha1:321e94fa41b121f65c02119c02098df327bbd569</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26787 -- Documented deleting and reloading of model instance fields.</title>
<updated>2016-06-21T18:39:17Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-06-21T17:46:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=20d1cb33c2ec1242e16c49deb88e8c70517b2d1a'/>
<id>urn:sha1:20d1cb33c2ec1242e16c49deb88e8c70517b2d1a</id>
<content type='text'>
Thanks Julien Hartmann for the report.
</content>
</entry>
<entry>
<title>Fixed #26747 -- Used more specific assertions in the Django test suite.</title>
<updated>2016-06-16T18:19:18Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2016-06-16T18:19:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4f336f66523001b009ab038b10848508fd208b3b'/>
<id>urn:sha1:4f336f66523001b009ab038b10848508fd208b3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26620 -- Made Model.refresh_from_db() fail when passed unknown kwargs.</title>
<updated>2016-05-18T13:27:23Z</updated>
<author>
<name>Marti Raudsepp</name>
<email>marti@juffo.org</email>
</author>
<published>2016-05-16T18:49:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b9ae662c97534ab01329dae966222b6ed0185034'/>
<id>urn:sha1:b9ae662c97534ab01329dae966222b6ed0185034</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models' default and base managers.</title>
<updated>2016-05-17T05:07:22Z</updated>
<author>
<name>Loïc Bistuer</name>
<email>loic.bistuer@gmail.com</email>
</author>
<published>2016-04-17T11:55:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ed0ff913c648b16c4471fc9a9441d1ee48cb5420'/>
<id>urn:sha1:ed0ff913c648b16c4471fc9a9441d1ee48cb5420</id>
<content type='text'>
This deprecates use_for_related_fields.

Old API:

class CustomManager(models.Model):
    use_for_related_fields = True

class Model(models.Model):
    custom_manager = CustomManager()

New API:

class Model(models.Model):
    custom_manager = CustomManager()

    class Meta:
        base_manager_name = 'custom_manager'

Refs #20932, #25897.

Thanks Carl Meyer for the guidance throughout this work.
Thanks Tim Graham for writing the docs.
</content>
</entry>
<entry>
<title>Fixed E128 flake8 warnings in tests/.</title>
<updated>2016-04-08T14:12:33Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-04-08T02:04:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=92053acbb9160862c3e743a99ed8ccff8d4f8fd6'/>
<id>urn:sha1:92053acbb9160862c3e743a99ed8ccff8d4f8fd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate.</title>
<updated>2016-01-29T18:37:33Z</updated>
<author>
<name>Hasan</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2016-01-18T08:45:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=26ad01719d73823e65c0358a2ee9941e0a888a63'/>
<id>urn:sha1:26ad01719d73823e65c0358a2ee9941e0a888a63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #26022 -- Used context manager version of assertRaises in tests.</title>
<updated>2016-01-29T17:32:18Z</updated>
<author>
<name>Hasan</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2016-01-17T11:26:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3d0dcd7f5af378d3ab6adb303b913e6c7b2e0ee5'/>
<id>urn:sha1:3d0dcd7f5af378d3ab6adb303b913e6c7b2e0ee5</id>
<content type='text'>
</content>
</entry>
</feed>
