<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/topics/testing/tools.txt, branch 1.10.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.10.2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.10.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2016-09-15T00:14:29Z</updated>
<entry>
<title>[1.10.x] Fixed #15143 -- Doc'd how to set the language for the test client.</title>
<updated>2016-09-15T00:14:29Z</updated>
<author>
<name>Michael Scott</name>
<email>michael.scott250@gmail.com</email>
</author>
<published>2016-09-12T20:39:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=416004c043d2c5dbb2cc851ecb977a5628c3aea7'/>
<id>urn:sha1:416004c043d2c5dbb2cc851ecb977a5628c3aea7</id>
<content type='text'>
Backport of 3c447b108ac70757001171f7a4791f493880bf5b from master
</content>
</entry>
<entry>
<title>[1.10.x] Fixed broken links in docs and comments.</title>
<updated>2016-06-16T01:20:38Z</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2016-06-16T01:20:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=efe98743718d694e5cb35cd5b99de8b1cabe658f'/>
<id>urn:sha1:efe98743718d694e5cb35cd5b99de8b1cabe658f</id>
<content type='text'>
Backport of 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 from master
</content>
</entry>
<entry>
<title>Fixed #26601 -- Improved middleware per DEP 0005.</title>
<updated>2016-05-17T11:22:22Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2015-11-07T15:12:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9baf692a58de78dba13aa582098781675367c329'/>
<id>urn:sha1:9baf692a58de78dba13aa582098781675367c329</id>
<content type='text'>
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
</content>
</entry>
<entry>
<title>Refs #26021 -- Used hanging indentation in some doc examples.</title>
<updated>2016-05-14T23:06:31Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-05-14T23:06:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e475e849703d937e158e75e7a6d9cb99090857f6'/>
<id>urn:sha1:e475e849703d937e158e75e7a6d9cb99090857f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26567 -- Updated references to obsolete RFC2616.</title>
<updated>2016-05-03T15:14:40Z</updated>
<author>
<name>Vasiliy Faronov</name>
<email>vfaronov@gmail.com</email>
</author>
<published>2016-05-02T12:35:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ac77c55bc5fc54cd763a7ae426784650a8cc97c9'/>
<id>urn:sha1:ac77c55bc5fc54cd763a7ae426784650a8cc97c9</id>
<content type='text'>
Didn't touch comments where it wasn't obvious that the code adhered to
the newer standard.
</content>
</entry>
<entry>
<title>Fixed #26554 -- Updated docs URLs to readthedocs.io</title>
<updated>2016-04-28T14:09:57Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-04-28T14:09:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f945fb24a31737c6625205a8cd90eabdf1c33584'/>
<id>urn:sha1:f945fb24a31737c6625205a8cd90eabdf1c33584</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed typo in docs/topics/testing/tools.txt</title>
<updated>2016-04-27T12:01:48Z</updated>
<author>
<name>eltronix</name>
<email>lt.eltronix@gmail.com</email>
</author>
<published>2016-04-27T12:01:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8ccb8ff453f8c3ba297bd8e108d81d76769bf8d2'/>
<id>urn:sha1:8ccb8ff453f8c3ba297bd8e108d81d76769bf8d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed typo in docs/topics/testing/tools.txt</title>
<updated>2016-04-26T22:19:00Z</updated>
<author>
<name>eltronix</name>
<email>lt.eltronix@gmail.com</email>
</author>
<published>2016-04-26T22:19:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=75c5e547b5350b167aa8f30882c83446d86e8f2b'/>
<id>urn:sha1:75c5e547b5350b167aa8f30882c83446d86e8f2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24987 -- Allowed inactive users to login with the test client.</title>
<updated>2016-03-23T13:01:52Z</updated>
<author>
<name>Alexander Gaevsky</name>
<email>sasha@sasha0.ru</email>
</author>
<published>2016-02-05T19:03:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=107165c4b04f4e5a830a60b6c66b2e5d8fb1d242'/>
<id>urn:sha1:107165c4b04f4e5a830a60b6c66b2e5d8fb1d242</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #26270 -- Reorganized TestCase docs.</title>
<updated>2016-02-25T12:58:22Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-02-24T15:18:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7a7e403325427642905a5b3e26931c2b8e92d4b1'/>
<id>urn:sha1:7a7e403325427642905a5b3e26931c2b8e92d4b1</id>
<content type='text'>
</content>
</entry>
</feed>
