<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/admindocs/templates/admin_doc/view_index.html, 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-14T12:10:43Z</updated>
<entry>
<title>Fixed #34041 -- Added aria-current attribute to admin breadcrumbs.</title>
<updated>2025-10-14T12:10:43Z</updated>
<author>
<name>antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2025-05-22T06:56:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bc03f1064e10fa247a46d4e8a98ba9b26aa4790d'/>
<id>urn:sha1:bc03f1064e10fa247a46d4e8a98ba9b26aa4790d</id>
<content type='text'>
Co-authored by: farita1699 &lt;uwanjerry25@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refs #30585 -- Updated project templates and tests to use (block)translate tags.</title>
<updated>2019-12-18T12:15:38Z</updated>
<author>
<name>Mike Hansen</name>
<email>mike@rover.com</email>
</author>
<published>2019-09-23T15:31:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=35d36d946272bed06a3d7c7cd4e5b71b613e7a4f'/>
<id>urn:sha1:35d36d946272bed06a3d7c7cd4e5b71b613e7a4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29038 -- Removed closing slash from HTML void tags.</title>
<updated>2018-01-21T07:09:10Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-01-21T07:09:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf'/>
<id>urn:sha1:ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21386 -- Removed admindocs dependence on sites framework</title>
<updated>2013-12-18T18:44:04Z</updated>
<author>
<name>Bouke Haarsma</name>
<email>bouke@webatoom.nl</email>
</author>
<published>2013-11-05T09:16:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a39d672ec7d53637805a61b45a51bc0e7d297a36'/>
<id>urn:sha1:a39d672ec7d53637805a61b45a51bc0e7d297a36</id>
<content type='text'>
* Removed ADMIN_FOR setting and warn warning
* Group view functions by namespace instead of site
* Added a test verifying namespaces are listed

Thanks to Claude Paroz for reviewing and ideas for improvement.
</content>
</entry>
<entry>
<title>Fixed #20540 -- Added more translatable strings to contrib.admindocs</title>
<updated>2013-06-01T10:06:36Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-06-01T10:06:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=02fd87c821e02864cd14130350c6fd50e9f974db'/>
<id>urn:sha1:02fd87c821e02864cd14130350c6fd50e9f974db</id>
<content type='text'>
Thanks lborgav for the initial patch.
</content>
</entry>
<entry>
<title>Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review.</title>
<updated>2012-04-24T19:55:52Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-04-24T19:55:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eb351ac9cba2d6b2750aecb4353ba482d6dca87f'/>
<id>urn:sha1:eb351ac9cba2d6b2750aecb4353ba482d6dca87f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Converted internal link generation in the admin and admin document generator to use named URLs.</title>
<updated>2011-09-20T18:30:06Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-09-20T18:30:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aaf77c1676e44019abe544911ff7a06eb2690295'/>
<id>urn:sha1:aaf77c1676e44019abe544911ff7a06eb2690295</id>
<content type='text'>
Thanks to Florian Apolloner for both the initial patch and his final push to get
this fixed, to Dario Ocles for his great work on the admin templates and
switching the admin_doc application to also use named URLs, to Mikko Hellsing
for his comments and to Jannis and Julien for their review and design guidance.

Fixes #15294.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse, admindocs, etc.) to remove unnecessary 'escape' filters, given autoescaping. Also removed unnecessary {% if %} tags and shortened some {% if %}/{% else %} tags to use {% firstof %}. Thanks for the patch, benspaulding</title>
<updated>2008-09-08T05:19:28Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2008-09-08T05:19:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6bdb7b95299717f5137291e09aad420f7f80f2de'/>
<id>urn:sha1:6bdb7b95299717f5137291e09aad420f7f80f2de</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7811: moved admindocs templates into admindocs/templates. This is slightly backwards-incompatible in that if you're using the admindocs you'll need to add 'django.contrib.admindocs' to INSTALLED_APPS.</title>
<updated>2008-08-09T15:53:50Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-08-09T15:53:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=88baf06c3d7334e39273c22bffa2f80db4d71d58'/>
<id>urn:sha1:88baf06c3d7334e39273c22bffa2f80db4d71d58</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8264 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
