summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_templates.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-30/+53
* Refs #31978 -- Fixed hint in admin's password reset confirmation form for cus...Mariusz Felisiak2020-11-301-0/+28
* Refs #22909 -- Removed camelCasing in auth_tests.test_templates tests.Mariusz Felisiak2020-11-301-7/+7
* Avoided direct styles in admin templates.Claude Paroz2020-11-101-1/+1
* Fixed #31992 -- Made admin password reset templates use title/content_title b...Jon Dufresne2020-09-101-7/+7
* Fixed #31978 -- Added username hint to admin's password reset confirmation form.Collin Anderson2020-09-031-0/+6
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-2/+2
* Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.Jon Dufresne2018-10-101-1/+1
* Refs #27795 -- Removed force_bytes/text() usage in tests.Tim Graham2018-02-071-2/+1
* Removed unneeded force_text calls in the test suiteClaude Paroz2017-01-241-2/+2
* Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...Romain Garrigues2017-01-131-3/+10
* Split AuthTemplateTests into test methods.Tim Graham2017-01-121-10/+19
* Fixed #17209 -- Added password reset/change class-based viewsClaude Paroz2016-07-161-11/+11
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-4/+1
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-111-0/+57