<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_docs/test_utils.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-10-19T18:13:16Z</updated>
<entry>
<title>Refs #36005 -- Bumped minimum supported versions of docutils to 0.22.</title>
<updated>2025-10-19T18:13:16Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-10-19T18:13:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ca3e0484ef31d13053af6a9d50667813e22fc282'/>
<id>urn:sha1:ca3e0484ef31d13053af6a9d50667813e22fc282</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34286 -- Fixed admindocs markups for case-sensitive template/view names.</title>
<updated>2023-02-02T12:21:08Z</updated>
<author>
<name>skidipap</name>
<email>mad.skidipap@gmail.com</email>
</author>
<published>2023-02-01T10:18:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1250483ebf73f7a82ff820b94092c63ce4238264'/>
<id>urn:sha1:1250483ebf73f7a82ff820b94092c63ce4238264</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs."</title>
<updated>2022-09-01T19:09:16Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-09-01T19:09:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=974942a75039ba43e618f6a5ff95e08b5d5176fd'/>
<id>urn:sha1:974942a75039ba43e618f6a5ff95e08b5d5176fd</id>
<content type='text'>
This reverts commit 7f3cfaa12b28d15c0ca78bb692bfd6e59d17bff1.

Thanks Tom Carrick and Greg Kaleka for reports.</content>
</entry>
<entry>
<title>Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.</title>
<updated>2022-05-17T08:50:09Z</updated>
<author>
<name>Alokik Vijay</name>
<email>alokik.roe@gmail.com</email>
</author>
<published>2022-05-17T07:46:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7f3cfaa12b28d15c0ca78bb692bfd6e59d17bff1'/>
<id>urn:sha1:7f3cfaa12b28d15c0ca78bb692bfd6e59d17bff1</id>
<content type='text'>
Moved the functionality of URLResolver._is_callback(),
URLResolver._callback_strs, URLPattern.lookup_str() to
django.contrib.admindocs.
</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/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</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/django.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>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/django.git/commit/?id=193c109327c5216cab1d4eed6bfdff24629b09a3'/>
<id>urn:sha1:193c109327c5216cab1d4eed6bfdff24629b09a3</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/django.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/django.git/commit/?id=231743414710c60090728e86f33d81cbc43df1d1'/>
<id>urn:sha1:231743414710c60090728e86f33d81cbc43df1d1</id>
<content type='text'>
</content>
</entry>
</feed>
