<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/admin_docs/tests.py, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2022-02-07T19:37:05Z</updated>
<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>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>Refs #23919 -- Stopped inheriting from object to define new style classes.</title>
<updated>2017-01-19T07:39:46Z</updated>
<author>
<name>Simon Charette</name>
<email>charettes@users.noreply.github.com</email>
</author>
<published>2017-01-19T07:39:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=cecc079168e8669138728d31611ff3a1e7eb3a9f'/>
<id>urn:sha1:cecc079168e8669138728d31611ff3a1e7eb3a9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed encoding preambles and future imports</title>
<updated>2017-01-18T08:55:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T17:19:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>urn:sha1:d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split admin_docs tests into separate files.</title>
<updated>2016-09-27T22:54:35Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-09-27T19:37:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=231743414710c60090728e86f33d81cbc43df1d1'/>
<id>urn:sha1:231743414710c60090728e86f33d81cbc43df1d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.</title>
<updated>2016-09-17T19:44:06Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-09-16T16:15:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8119b679eb85cdc0ae3d321e54d06dd0200a1e82'/>
<id>urn:sha1:8119b679eb85cdc0ae3d321e54d06dd0200a1e82</id>
<content type='text'>
http://bugs.python.org/issue27364
</content>
</entry>
<entry>
<title>Fixed #27018 -- Fixed admindocs crash with a view in a class.</title>
<updated>2016-08-20T14:01:57Z</updated>
<author>
<name>Helen Sherwood-Taylor</name>
<email>helen@rrdlabs.co.uk</email>
</author>
<published>2016-08-12T18:07:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=bc1e2d8e8edde6cc7d2657c68242a13ee65a15b8'/>
<id>urn:sha1:bc1e2d8e8edde6cc7d2657c68242a13ee65a15b8</id>
<content type='text'>
Generated correct admindocs URLs on Python 3. URLs generate 404s on
Python 2, as in older versions of Django.
</content>
</entry>
<entry>
<title>Fixed #24931 -- Made namespaced RegexURLResolvers populate callback strings.</title>
<updated>2016-06-18T14:39:32Z</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2016-06-18T14:39:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=625b8e9295d79650208bfb3fca8bf9e6aaf578e4'/>
<id>urn:sha1:625b8e9295d79650208bfb3fca8bf9e6aaf578e4</id>
<content type='text'>
Fixed a regression in 2f16ff5a6cbd71fc6c50e88e4087f3657222e90e.

Thanks Tim Graham for the review.</content>
</entry>
<entry>
<title>Refs #26621 -- Added tests for admindocs.views.simplify_regex().</title>
<updated>2016-05-30T13:50:02Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-05-30T13:44:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=16a842b3795ca78a5918538ab6b9f1afbd718f72'/>
<id>urn:sha1:16a842b3795ca78a5918538ab6b9f1afbd718f72</id>
<content type='text'>
</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>
</feed>
