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
/
django
/
contrib
/
auth
/
views.py
Age
Commit message (
Expand
)
Author
2016-06-24
Refs #17209 -- Added LoginView and LogoutView class-based views
Claude Paroz
2016-04-09
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
2016-02-25
Fixed #12233 -- Allowed redirecting authenticated users away from the login v...
Olivier Le Thanh Duong
2016-02-04
Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.
Hugo Osvaldo Barrera
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
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-07-21
Fixed #24126 -- Deprecated current_app parameter to auth views.
lukasz.wojcik
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-02-13
Fixed #24315 -- Fixed auth.views.password_reset_confirm() with a UUID user.
Tim Graham
2015-02-09
Removed stray comment in auth.views.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2014-11-15
Fixed #23793 -- Clarified password reset messages.
Yigit Guler
2014-08-23
Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().
Tim Graham
2014-04-05
Fixed #21649 -- Added optional invalidation of sessions when user password ch...
Tim Graham
2014-01-26
Moved RequestSite and get_current_site.
Aymeric Augustin
2013-11-29
Fixed an unescisarily gendered pronoun in a docstring
Alex Gaynor
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2013-10-17
Fixed #18659 -- Deprecated request.REQUEST and MergeDict
Bouke Haarsma
2013-10-02
Fixed #16919 -- Passed user to set_password_form in GET requests.
Tim Graham
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-08-05
Fixed #20832 -- Enabled HTML password reset email
Justin Michalicek
2013-08-04
Fixed a number of lint warnings, particularly around unused variables.
Alex Gaynor
2013-07-27
Fixed #18511 -- Cleaned up admin password reset template titles.
Serge G. Spaolonzi
2013-06-29
Removed django.contrib.auth.views.password_reset_confirm_uidb36() view to fin...
Ramiro Morales
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-03
Fixed #20532 -- Reverse auth views by name, not by path.
Gavin Wahl
2013-05-19
Fix #20447: URL names given to contrib.auth.views are now resolved.
Baptiste Mispelon
2013-02-23
Fixed #15198 -- pass request to AuthenticationForm
Preston Holmes
2013-02-23
Removed superfluous cookie check from auth login.
Preston Holmes
2013-01-22
Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.
Florian Apolloner
2012-12-10
Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.
Florian Apolloner
2012-11-29
Fixed #19354 -- Do not assume usermodel.pk == usermodel.id
Claude Paroz
2012-10-17
Fixed a security issue related to password resets
Preston Holmes
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-08
Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.
Carl Meyer
2012-08-18
[py3] Avoided passing a lazy string to urlparse.
Aymeric Augustin
2012-08-14
[py3] Fixed contrib.auth tests
Claude Paroz
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2011-06-26
Fixed #15266 -- Applied login_required decorator to password_change_done view...
Jannis Leidel
2011-06-19
Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...
Jannis Leidel
2011-06-08
Fixed #14614 - filtering of sensitive information in 500 error reports.
Luke Plant
2011-04-22
Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...
Jannis Leidel
2011-03-02
Fixed #11223 -- Fixed logout view to use the 'next' GET parameter correctly a...
Jannis Leidel
2011-03-01
Fixed #12534 -- Loosened the the security check for "next" redirects after lo...
Jannis Leidel
2010-12-12
Fixed #14446 -- Prevented the password reset confirmation view to be cached. ...
Jannis Leidel
2010-12-02
Fixed #8342 -- Removed code from the admin that assumed that you can't login ...
Jannis Leidel
[prev]
[next]