Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/auth/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-12/+12
* Removed django.contrib.auth.views.password_reset_confirm_...Ramiro Morales2013-06-291-3/+0
* Fixed #14881 -- Modified password reset to work with a no...Tim Graham2013-06-261-0/+3
* Fixed #16789 -- Added names to URLs in convenience contri...Ramiro Morales2011-09-241-13/+15
* Fixed #14675 -- Completed removal of `from django.conf.ur...Ramiro Morales2011-09-121-1/+1
* Fix a security issue in the auth system. Disclosure and n...Alex Gaynor2010-12-231-2/+2
* Tests for password change process. Thanks, Mike Richardso...Malcolm Tredinnick2008-08-231-0/+1
* Changed some URL conf regexes to rawstrings for consistencyLuke Plant2008-08-011-7/+7
* Fixed #7723 - implemented a secure password reset form th...Luke Plant2008-07-311-1/+4
* Refs #7521 -- Re-reverted [7716] (originally reverted in ...Russell Keith-Magee2008-06-301-0/+13
* Fixed #7521 -- Reverted [7716]. Fixed URLs in test case b...Russell Keith-Magee2008-06-231-12/+0
* Added basic tests for auth.views.password_resetLuke Plant2008-06-201-0/+12