<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_docs/test_views.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-01-27T08:23:56Z</updated>
<entry>
<title>Captured stderr during admin_docs test.</title>
<updated>2025-01-27T08:23:56Z</updated>
<author>
<name>Adam Zapletal</name>
<email>adamzap@gmail.com</email>
</author>
<published>2025-01-25T18:18:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9a71eca64bd3a357ef4846d81668d690089779c7'/>
<id>urn:sha1:9a71eca64bd3a357ef4846d81668d690089779c7</id>
<content type='text'>
The admindocs app doesn't pass a log level to docutils when it parses
reStructured Text, so system messages can be logged during parsing.
</content>
</entry>
<entry>
<title>Fixed #17905 -- Restricted access to model pages in admindocs.</title>
<updated>2024-11-11T15:56:03Z</updated>
<author>
<name>sai-ganesh-03</name>
<email>sandursaiganesh@gmail.com</email>
</author>
<published>2024-11-07T10:31:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c12bc980e5b2bb25e447cd8dee550cad767f1ad2'/>
<id>urn:sha1:c12bc980e5b2bb25e447cd8dee550cad767f1ad2</id>
<content type='text'>
Only users with view or change model permissions can access.
Thank you to Sarah Boyce for the review.
</content>
</entry>
<entry>
<title>Fixed #27409 -- Made admindocs support custom link text in docstrings.</title>
<updated>2024-11-06T13:39:18Z</updated>
<author>
<name>sai-ganesh-03</name>
<email>sandursaiganesh@gmail.com</email>
</author>
<published>2024-11-03T05:33:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c2c544cf01107da158cb8c0c539555eafa0628db'/>
<id>urn:sha1:c2c544cf01107da158cb8c0c539555eafa0628db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35867, Refs #2411 -- Allowed links in admindocs view details summary.</title>
<updated>2024-11-04T09:43:06Z</updated>
<author>
<name>sai-ganesh-03</name>
<email>sandursaiganesh@gmail.com</email>
</author>
<published>2024-10-31T13:40:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=968397228fe03968bb855856532569586c8a8a1c'/>
<id>urn:sha1:968397228fe03968bb855856532569586c8a8a1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35179 -- Made admindocs detect positional/keyword-only arguments.</title>
<updated>2024-02-14T12:17:40Z</updated>
<author>
<name>Salvo Polizzi</name>
<email>plzslv03@studium.unict.it</email>
</author>
<published>2024-02-10T16:50:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e6fa74f02068b2c112de41e9c785f31041668a64'/>
<id>urn:sha1:e6fa74f02068b2c112de41e9c785f31041668a64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24128 -- Made admindocs TemplateDetailView respect template_loaders.</title>
<updated>2024-01-29T09:28:00Z</updated>
<author>
<name>Kris Avi</name>
<email>kris@krisavi.com</email>
</author>
<published>2016-10-26T17:26:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b7154f811f0c01757346f88ee006c8f2034acee3'/>
<id>urn:sha1:b7154f811f0c01757346f88ee006c8f2034acee3</id>
<content type='text'>
Co-Authored-By: Author: Alexander Lazarević &lt;laza@e11bits.com&gt;
</content>
</entry>
<entry>
<title>Fixed #34919 -- Added scope attribute to admindocs model templates.</title>
<updated>2023-11-14T04:34:56Z</updated>
<author>
<name>jedidiah</name>
<email>jedidahfavour@gmail.com</email>
</author>
<published>2023-11-08T09:08:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bdf30b952c66701075bb7cbbbd3467d3e908fe62'/>
<id>urn:sha1:bdf30b952c66701075bb7cbbbd3467d3e908fe62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34621 -- Made admin site header render in &lt;div&gt; tag.</title>
<updated>2023-06-05T09:55:06Z</updated>
<author>
<name>Howard Cox</name>
<email>dev.anubis@gmail.com</email>
</author>
<published>2023-06-02T10:54:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cd413bd78ac65bd4282d26cc279bfd1bd4de707d'/>
<id>urn:sha1:cd413bd78ac65bd4282d26cc279bfd1bd4de707d</id>
<content type='text'>
This was problematic for screen reader users because they use headings
to navigate. Having two &lt;h1&gt; is confusing, and the one in the header
wasn’t particularly helpful since it’s the same on all pages.
</content>
</entry>
<entry>
<title>Replaced docutils link by PyPI reference.</title>
<updated>2023-04-25T10:41:06Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2023-04-24T06:24:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=453cfa28156f2c00cc45645421af4182aa863ff4'/>
<id>urn:sha1:453cfa28156f2c00cc45645421af4182aa863ff4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.</title>
<updated>2022-12-28T11:31:04Z</updated>
<author>
<name>Adrian Torres</name>
<email>atorresj@redhat.com</email>
</author>
<published>2022-11-10T18:31:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7eee1dca420ee7c4451d24cd32fa08aed0dcbb36'/>
<id>urn:sha1:7eee1dca420ee7c4451d24cd32fa08aed0dcbb36</id>
<content type='text'>
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
</feed>
