index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
auth_tests
/
test_templates.py
Age
Commit message (
Expand
)
Author
2026-02-27
Fixed #34643 -- Moved inputs beneath labels and errors in admin forms.
antoliny0919
2024-09-02
Refs #35706 -- Prefixed 'Error:' to titles of admin pages with form errors.
sanjeevholla26
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-11-30
Refs #31978 -- Fixed hint in admin's password reset confirmation form for cus...
Mariusz Felisiak
2020-11-30
Refs #22909 -- Removed camelCasing in auth_tests.test_templates tests.
Mariusz Felisiak
2020-11-10
Avoided direct styles in admin templates.
Claude Paroz
2020-09-10
Fixed #31992 -- Made admin password reset templates use title/content_title b...
Jon Dufresne
2020-09-03
Fixed #31978 -- Added username hint to admin's password reset confirmation form.
Collin Anderson
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-10-10
Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.
Jon Dufresne
2018-02-07
Refs #27795 -- Removed force_bytes/text() usage in tests.
Tim Graham
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-13
Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...
Romain Garrigues
2017-01-12
Split AuthTemplateTests into test methods.
Tim Graham
2016-07-16
Fixed #17209 -- Added password reset/change class-based views
Claude Paroz
2016-02-06
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham