summaryrefslogtreecommitdiff
path: root/django/contrib/auth/urls.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-06-10Fixed comment in django/contrib/auth/urls.py.Tom Carrick
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2016-07-16Fixed #17209 -- Added password reset/change class-based viewsClaude Paroz
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-06-29Removed django.contrib.auth.views.password_reset_confirm_uidb36() view to fin...Ramiro Morales
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2011-09-24Fixed #16789 -- Added names to URLs in convenience contrib.auth urls.py.Ramiro Morales
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2010-12-23Fix a security issue in the auth system. Disclosure and new release forthcoming.Alex Gaynor
2008-08-23Tests for password change process. Thanks, Mike Richardson. Fixed #8402.Malcolm Tredinnick
2008-08-01Changed some URL conf regexes to rawstrings for consistencyLuke Plant
2008-07-31Fixed #7723 - implemented a secure password reset form that uses a token and ...Luke Plant
2008-06-30Refs #7521 -- Re-reverted [7716] (originally reverted in [7726]), now modifie...Russell Keith-Magee
2008-06-23Fixed #7521 -- Reverted [7716]. Fixed URLs in test case broke any application...Russell Keith-Magee
2008-06-20Added basic tests for auth.views.password_resetLuke Plant