<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/admin_docs, branch 3.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=3.2</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=3.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2020-09-14T06:41:59Z</updated>
<entry>
<title>Fixed #31789 -- Added a new headers interface to HttpResponse.</title>
<updated>2020-09-14T06:41:59Z</updated>
<author>
<name>Tom Carrick</name>
<email>tom@carrick.eu</email>
</author>
<published>2020-07-14T11:32:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=bcc2befd0e9c1885e45b46d0b0bcdc11def8b249'/>
<id>urn:sha1:bcc2befd0e9c1885e45b46d0b0bcdc11def8b249</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #30400 -- Improved typography in admin_doc/missing_docutils.html.</title>
<updated>2020-05-23T10:02:10Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-05-22T23:54:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=dfb9ae1d23662f7bfc6a28c2b726e2473e0cc48b'/>
<id>urn:sha1:dfb9ae1d23662f7bfc6a28c2b726e2473e0cc48b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated docutils link to HTTPS and new location.</title>
<updated>2020-05-18T06:45:31Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-05-16T00:00:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7070d4611471db701ed0d51d23e72d5f5c647085'/>
<id>urn:sha1:7070d4611471db701ed0d51d23e72d5f5c647085</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30255 -- Fixed admindocs errors when rendering docstrings without leading newlines.</title>
<updated>2019-11-29T11:47:42Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2019-11-28T16:10:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f47ba7e78033f39742c3bf491e9b15365cefd0db'/>
<id>urn:sha1:f47ba7e78033f39742c3bf491e9b15365cefd0db</id>
<content type='text'>
Used inspect.cleandoc() which implements PEP-257 instead of an internal
hook.
</content>
</entry>
<entry>
<title>Added tests for middlewares' checks.</title>
<updated>2019-10-23T06:18:02Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2019-10-23T06:04:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d4e767911f24b94ea6e70beb96db4ef53218f05f'/>
<id>urn:sha1:d4e767911f24b94ea6e70beb96db4ef53218f05f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30731 -- Fixed handling trailing groups in simplify_regex().</title>
<updated>2019-08-30T10:43:39Z</updated>
<author>
<name>Alan Crosswell</name>
<email>alan@columbia.edu</email>
</author>
<published>2019-08-29T17:15:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=03fa846c6ab6abb7948ed6ecc84f35e7b6244b54'/>
<id>urn:sha1:03fa846c6ab6abb7948ed6ecc84f35e7b6244b54</id>
<content type='text'>
Previously simplify_regex() didn't handle trailing groups for regexp
without the end of string character ("$").
</content>
</entry>
<entry>
<title>Fixed #30400 -- Improved typography of user facing strings.</title>
<updated>2019-06-28T14:46:18Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-06-27T16:39:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=42b9a23267f14be39b9b00958e18d5746783208e'/>
<id>urn:sha1:42b9a23267f14be39b9b00958e18d5746783208e</id>
<content type='text'>
Thanks Claude Paroz for assistance with translations.
</content>
</entry>
<entry>
<title>Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape().</title>
<updated>2019-04-25T13:09:07Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-04-24T11:30:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8d76443aba863b75ad3b1392ca7e1d59bad84dc4'/>
<id>urn:sha1:8d76443aba863b75ad3b1392ca7e1d59bad84dc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated test URL patterns to use path() and re_path().</title>
<updated>2018-12-31T15:47:32Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-12-07T22:52:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=043bd709425149b8eff3fb821cba5c23aaebd0df'/>
<id>urn:sha1:043bd709425149b8eff3fb821cba5c23aaebd0df</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>
</feed>
