<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/admindocs/templates/admin_doc/missing_docutils.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>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>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/django.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/django.git/commit/?id=7070d4611471db701ed0d51d23e72d5f5c647085'/>
<id>urn:sha1:7070d4611471db701ed0d51d23e72d5f5c647085</id>
<content type='text'>
</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>Updated admindocs to use class-based views</title>
<updated>2013-11-21T21:50:59Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-11-21T07:48:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d6cc37d601166200e72385401f4384f818a18cfd'/>
<id>urn:sha1:d6cc37d601166200e72385401f4384f818a18cfd</id>
<content type='text'>
Thanks Bouke Haarsma for the review.
</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>Fixed #17234 -- Added back a missing endblock tag to an admindoc template. Thanks shibz for the report and fix.</title>
<updated>2011-11-16T10:30:19Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-11-16T10:30:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=907015cb40a2b2cc9d3827fe990c28bed62f3524'/>
<id>urn:sha1:907015cb40a2b2cc9d3827fe990c28bed62f3524</id>
<content type='text'>
Refs #16912.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17098 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>
</feed>
