<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/admindocs/templates/admin_doc/bookmarklets.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>Fixed #34912 -- Fixed size of back links and bookmarklet help in admindocs pages.</title>
<updated>2023-10-21T06:21:23Z</updated>
<author>
<name>Chris Frisina</name>
<email>sourcetree@specialorange.org</email>
</author>
<published>2023-10-19T20:02:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=be8b25def45bda2e9d1b63e67a80362832bcf45d'/>
<id>urn:sha1:be8b25def45bda2e9d1b63e67a80362832bcf45d</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>Removed obsolete ActiveXObject from admindocs bookmarklets.</title>
<updated>2019-03-27T13:13:39Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-03-26T22:22:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f0f3b30296a8240d05cfbcaf2ae282bba6944610'/>
<id>urn:sha1:f0f3b30296a8240d05cfbcaf2ae282bba6944610</id>
<content type='text'>
Required for IE&lt;7.
</content>
</entry>
<entry>
<title>Simplified translatable string in admindocs template</title>
<updated>2015-10-10T12:57:58Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-10-10T12:51:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8276f6cfa9caac125cf40920d9096e239f352a7a'/>
<id>urn:sha1:8276f6cfa9caac125cf40920d9096e239f352a7a</id>
<content type='text'>
Forward port of 60471c960 from stable/1.9.x.
</content>
</entry>
<entry>
<title>Fixed #25115 -- Made admindocs view bookmarklet reverse the URL rather than hardcode it.</title>
<updated>2015-07-13T16:44:37Z</updated>
<author>
<name>Ben Spaulding</name>
<email>benjamin.spaulding@lionbridge.com</email>
</author>
<published>2015-07-12T20:16:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=915ef79b08862680e82d6a772d6ead22735e9a2f'/>
<id>urn:sha1:915ef79b08862680e82d6a772d6ead22735e9a2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25116 -- Removed long-broken admindocs bookmarklets</title>
<updated>2015-07-13T12:18:58Z</updated>
<author>
<name>Ben Spaulding</name>
<email>benjamin.spaulding@lionbridge.com</email>
</author>
<published>2015-07-12T20:37:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=83f63730306fa3cbdcbe7f0dcb36b0cdcfd1ec4a'/>
<id>urn:sha1:83f63730306fa3cbdcbe7f0dcb36b0cdcfd1ec4a</id>
<content type='text'>
These were broken back in commit 64e11a6.
</content>
</entry>
<entry>
<title>Removed various unnecessary instances of mark_safe applied to URLs</title>
<updated>2012-07-03T21:20:12Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2012-07-02T23:33:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b0eee0ba4bcc15c767a64794caff9d233f12a5d5'/>
<id>urn:sha1:b0eee0ba4bcc15c767a64794caff9d233f12a5d5</id>
<content type='text'>
Also fixed some test breakages introduced in last commit
</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>
</feed>
