<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/admin/templates/registration/password_change_done.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 #33690 -- Added switch button for dark mode in the admin.</title>
<updated>2022-08-02T15:14:24Z</updated>
<author>
<name>Sarah Abderemane</name>
<email>sarahabderemane@gmail.com</email>
</author>
<published>2022-07-13T11:51:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bc7aa2a5e91cf65fc7510edaf1776528c7ad07b4'/>
<id>urn:sha1:bc7aa2a5e91cf65fc7510edaf1776528c7ad07b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #15619 -- Logged out with POST requests in admin.</title>
<updated>2022-03-24T16:41:53Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-03-24T16:41:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=94d8ed55fa8e181b98f818a1b2805c66943cfeec'/>
<id>urn:sha1:94d8ed55fa8e181b98f818a1b2805c66943cfeec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31992 -- Made admin password reset templates use title/content_title blocks from the base template.</title>
<updated>2020-09-10T09:53:09Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-09-10T09:53:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=53c0d16ac1d45ddc973fdffb6a6ee95c55a6fb3d'/>
<id>urn:sha1:53c0d16ac1d45ddc973fdffb6a6ee95c55a6fb3d</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>Fixed #18511 -- Cleaned up admin password reset template titles.</title>
<updated>2013-07-27T18:23:04Z</updated>
<author>
<name>Serge G. Spaolonzi</name>
<email>serge@cobalys.com</email>
</author>
<published>2012-07-03T09:50:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e07e4030b9170d522a9670a80c4fd40acff369cb'/>
<id>urn:sha1:e07e4030b9170d522a9670a80c4fd40acff369cb</id>
<content type='text'>
</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 #14389, #9666 -- Started the migration path to make the first argument to url and ssi template tags syntactically consistent with other tags. Thanks to Sean Brant for the draft patch.</title>
<updated>2010-11-20T06:22:28Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-11-20T06:22:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7ff5580d95f6bb40f12a0b90f51570e23b014a2d'/>
<id>urn:sha1:7ff5580d95f6bb40f12a0b90f51570e23b014a2d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14643 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed 8984: Only include a "Documentation" link on change password and change password done pages if admin docs have been configured.</title>
<updated>2008-09-21T16:15:09Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2008-09-21T16:15:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ededc611fd9c98812652f4853a0eebf96942da3'/>
<id>urn:sha1:0ededc611fd9c98812652f4853a0eebf96942da3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
