index
:
chango.git
devmain
fix-31295
initial-branch
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_views.py
Age
Commit message (
Expand
)
Author
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-02-25
Fixed #12233 -- Allowed redirecting authenticated users away from the login v...
Olivier Le Thanh Duong
2016-02-13
Fixed #11665 -- Made TestCase check deferrable constraints after each test.
Jon Dufresne
2016-02-06
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2016-02-04
Fixed #26089 -- Removed custom user test models from public API.
Simon Charette
2016-02-04
Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.
Hugo Osvaldo Barrera
2016-01-08
Fixed #21113 -- Made LogEntry.change_message language independent
Claude Paroz
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-10-27
Fixed #25596 -- Fixed regression in password change view with custom user model.
Tim Graham
2015-10-02
Fixed #25490 -- Made the logout() view send "no-cache" headers.
Kaleb Elwert
2015-09-23
Refs #23957 -- Required session verification per deprecation timeline.
Tim Graham
2015-09-23
Refs #21648 -- Removed is_admin_site option from password_reset() view.
Tim Graham
2015-09-18
Fixed #24944 -- Added extra_email_context parameter to password_reset() view.
sujayskumar
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-02
Fixed #24696 -- Made CSRF_COOKIE computation lazy.
Jay Cox
2015-03-28
Refs #15779 -- Fixed UserChangeForm regression introduced by 1791a7e75
Claude Paroz
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-13
Fixed #24315 -- Fixed auth.views.password_reset_confirm() with a UUID user.
Tim Graham
2015-02-13
Fixed #24334 -- Allowed admin password reset to work with non-digit custom us...
Tim Graham
2015-02-11
Moved non-documented auth test models to the new test location.
Tim Graham
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham