summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates/registration/password_reset_email.html
AgeCommit message (Expand)Author
2024-10-08Fixed #35742 -- Removed hardcoded "username" references in admin templates.antoliny0919
2019-12-18Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2013-06-03Fixed #20532 -- Reverse auth views by name, not by path.Gavin Wahl
2012-10-13Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...Russell Keith-Magee
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-04-24Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...Claude Paroz
2011-02-21Fixed #11852 -- Ensure that a long string in the password reset email can be ...Russell Keith-Magee
2010-11-20Fixed #14389, #9666 -- Started the migration path to make the first argument ...Russell Keith-Magee
2010-03-30Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...Russell Keith-Magee
2008-08-24Fixed #8129: Modified the password reset email template to use a URL lookup, ...Russell Keith-Magee
2008-07-31Fixed #7723 - implemented a secure password reset form that uses a token and ...Luke Plant
2006-06-18Fixed #2186 -- Fixed i18n variable substitution in admin/templates/registrati...Adrian Holovaty
2005-11-06Fixed #727 -- Fixed leftover %() syntax in password_reset_email template. Tha...Adrian Holovaty
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty