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
/
urls.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-06-10
Fixed comment in django/contrib/auth/urls.py.
Tom Carrick
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
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
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
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
2011-09-24
Fixed #16789 -- Added names to URLs in convenience contrib.auth urls.py.
Ramiro Morales
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2010-12-23
Fix a security issue in the auth system. Disclosure and new release forthcoming.
Alex Gaynor
2008-08-23
Tests for password change process. Thanks, Mike Richardson. Fixed #8402.
Malcolm Tredinnick
2008-08-01
Changed some URL conf regexes to rawstrings for consistency
Luke Plant
2008-07-31
Fixed #7723 - implemented a secure password reset form that uses a token and ...
Luke Plant
2008-06-30
Refs #7521 -- Re-reverted [7716] (originally reverted in [7726]), now modifie...
Russell Keith-Magee
2008-06-23
Fixed #7521 -- Reverted [7716]. Fixed URLs in test case broke any application...
Russell Keith-Magee
2008-06-20
Added basic tests for auth.views.password_reset
Luke Plant