summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/templates
AgeCommit message (Expand)Author
2015-02-11Moved contrib.auth tests out of contrib.Tim Graham
2014-08-12Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner
2013-10-10Whitespace cleanup.Tim Graham
2013-10-02Fixed #16919 -- Passed user to set_password_form in GET requests.Tim Graham
2013-08-05Fixed #20832 -- Enabled HTML password reset emailJustin Michalicek
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2012-11-29Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
2012-09-30Fixed #18991 -- Allowed permission lookup by "if in"Anssi Kääriäinen
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-06-19Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...Jannis Leidel
2011-05-31Fixed auth context processor tests, which were not running at all previously.Luke Plant
2010-10-08#14374 -- Added some missing template files to ensure that contrib.auth tests...Russell Keith-Magee
2010-02-13Fixed #10976 -- Isolated contrib.auth tests so they will always pass, regardl...Russell Keith-Magee
2008-08-23Tests for password change process. Thanks, Mike Richardson. Fixed #8402.Malcolm Tredinnick