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
/
urls.py
Age
Commit message (
Expand
)
Author
2024-05-22
Fixed #31405 -- Added LoginRequiredMiddleware.
Hisham Mahmood
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-06-25
Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert...
Mateo Radman
2021-02-08
Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView.
ThinkChaos
2020-02-12
Removed unnecessary token regex in auth_tests URLs.
Claude Paroz
2019-05-27
Refs #24944 -- Added test for overriding domain in email context in PasswordR...
Mattia Procopio
2019-05-24
Fixed #28780 -- Allowed specyfing a token parameter displayed in password res...
Rob
2019-02-14
Refs #15902 -- Deprecated storing user's language in the session.
Claude Paroz
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-04-19
Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirec...
Nick Pope
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-04-02
Refs #27025 -- Fixed "invalid escape sequence" warning in auth_tests on Pytho...
Tim Graham
2017-03-07
Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.
Camilo Nova
2017-03-07
Factored out uid/user tokens in auth_tests urlpatterns.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-09-07
Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView.
Jon Dufresne
2016-08-10
Fixed #26960 -- Added PasswordResetConfirmView option to automatically log in...
jordij
2016-07-16
Fixed #17209 -- Added password reset/change class-based views
Claude Paroz
2016-06-24
Refs #17209 -- Added LoginView and LogoutView class-based views
Claude Paroz
2016-02-25
Fixed #12233 -- Allowed redirecting authenticated users away from the login v...
Olivier Le Thanh Duong
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-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-05-19
Refs #24553 -- Fixed urlpatterns leakage in auth_tests
Riccardo Magliocchetti
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham