summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_templates.py
AgeCommit message (Expand)Author
2018-11-27Made reused RequestFactory instances class attributes.Simon Charette
2018-10-10Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.Jon Dufresne
2018-02-07Refs #27795 -- Removed force_bytes/text() usage in tests.Tim Graham
2017-01-24Removed unneeded force_text calls in the test suiteClaude Paroz
2017-01-13Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...Romain Garrigues
2017-01-12Split AuthTemplateTests into test methods.Tim Graham
2016-07-16Fixed #17209 -- Added password reset/change class-based viewsClaude Paroz
2016-02-06Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham
2015-02-11Moved contrib.auth tests out of contrib.Tim Graham