<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/admin/templates/registration/password_reset_email.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>2024-10-08T08:18:51Z</updated>
<entry>
<title>Fixed #35742 -- Removed hardcoded "username" references in admin templates.</title>
<updated>2024-10-08T08:18:51Z</updated>
<author>
<name>antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2024-10-08T07:27:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=862026a8b93febcf20f91479d07fea0e47118836'/>
<id>urn:sha1:862026a8b93febcf20f91479d07fea0e47118836</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 #30400 -- Improved typography of user facing strings.</title>
<updated>2019-06-28T14:46:18Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-06-27T16:39:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=42b9a23267f14be39b9b00958e18d5746783208e'/>
<id>urn:sha1:42b9a23267f14be39b9b00958e18d5746783208e</id>
<content type='text'>
Thanks Claude Paroz for assistance with translations.
</content>
</entry>
<entry>
<title>Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.</title>
<updated>2013-06-26T17:11:47Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-06-21T20:59:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1184d077893ff1bc947e45b00a4d565f3df81776'/>
<id>urn:sha1:1184d077893ff1bc947e45b00a4d565f3df81776</id>
<content type='text'>
uid is now base64 encoded in password reset URLs/views. A backwards compatible
password_reset_confirm view/URL will allow password reset links generated before
this change to continue to work. This view will be removed in Django 1.7.

Thanks jonash for the initial patch and claudep for the review.
</content>
</entry>
<entry>
<title>Fixed #20532 -- Reverse auth views by name, not by path.</title>
<updated>2013-06-03T17:30:40Z</updated>
<author>
<name>Gavin Wahl</name>
<email>gwahl@fusionbox.com</email>
</author>
<published>2013-05-30T17:39:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4f4e9243e4cf585e32a882804084853108ef94c0'/>
<id>urn:sha1:4f4e9243e4cf585e32a882804084853108ef94c0</id>
<content type='text'>
Auth views should be reversed by name, not their locations in
`django.contrib.auth.views`. This allows substituting your own
implementations of the auth views.
</content>
</entry>
<entry>
<title>Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified UserAdmin to match.</title>
<updated>2012-10-13T03:44:50Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2012-10-13T03:44:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c433fcb3fb34fccd69782979f0e7cd5f2d4a4893'/>
<id>urn:sha1:c433fcb3fb34fccd69782979f0e7cd5f2d4a4893</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail</title>
<updated>2012-09-26T12:14:51Z</updated>
<author>
<name>Adrien Lemaire</name>
<email>lemaire.adrien@gmail.com</email>
</author>
<published>2012-09-26T12:14:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2c8267bf3db608b99c04ae903c424b60cafaaf93'/>
<id>urn:sha1:2c8267bf3db608b99c04ae903c424b60cafaaf93</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>Fixed #11852 -- Ensure that a long string in the password reset email can be translated. Thanks to pihentagy for the report.</title>
<updated>2011-02-21T13:46:13Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-02-21T13:46:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=470d9b2602fe53e8c6cbcd9287cd86048cae67d0'/>
<id>urn:sha1:470d9b2602fe53e8c6cbcd9287cd86048cae67d0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15606 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>
</feed>
