<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/auth/urls.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-07-23T23:17:55Z</updated>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed comment in django/contrib/auth/urls.py.</title>
<updated>2020-06-10T06:39:09Z</updated>
<author>
<name>Tom Carrick</name>
<email>tom@carrick.eu</email>
</author>
<published>2020-06-10T06:39:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a78a4a63ca70f77d2d6003bb6b563cc6dbab34'/>
<id>urn:sha1:69a78a4a63ca70f77d2d6003bb6b563cc6dbab34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.</title>
<updated>2017-09-20T22:04:42Z</updated>
<author>
<name>Sjoerd Job Postmus</name>
<email>sjoerdjob@sjec.nl</email>
</author>
<published>2016-10-20T17:29:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=df41b5a05d4e00e80e73afe629072e37873e767a'/>
<id>urn:sha1:df41b5a05d4e00e80e73afe629072e37873e767a</id>
<content type='text'>
Thanks Aymeric Augustin for shepherding the DEP and patch review.
Thanks Marten Kenbeek and Tim Graham for contributing to the code.
Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
</content>
</entry>
<entry>
<title>Fixed #17209 -- Added password reset/change class-based views</title>
<updated>2016-07-16T08:36:12Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-04-09T21:31:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=255fb992845e987ef36e3d721a77747a0b2df620'/>
<id>urn:sha1:255fb992845e987ef36e3d721a77747a0b2df620</id>
<content type='text'>
Thanks Tim Graham for the review.
</content>
</entry>
<entry>
<title>Refs #17209 -- Added LoginView and LogoutView class-based views</title>
<updated>2016-06-24T08:45:13Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-05-15T15:28:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=78963495d0caadb77eb97ccf319ef0ba3b204fb5'/>
<id>urn:sha1:78963495d0caadb77eb97ccf319ef0ba3b204fb5</id>
<content type='text'>
Thanks Tim Graham for the review.
</content>
</entry>
<entry>
<title>Fixed #22218 -- Deprecated django.conf.urls.patterns.</title>
<updated>2014-04-03T11:28:10Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-04-02T00:46:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d73d0e071c1b4c86d57994a0ab55a74cfe80cdf5'/>
<id>urn:sha1:d73d0e071c1b4c86d57994a0ab55a74cfe80cdf5</id>
<content type='text'>
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
</content>
</entry>
<entry>
<title>Removed django.contrib.auth.views.password_reset_confirm_uidb36() view to finish its accelerated deprecation schedule.</title>
<updated>2013-06-29T15:22:15Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2013-06-29T15:22:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d51b7794bfd1ddfd92f71f71d07daf931421c5f7'/>
<id>urn:sha1:d51b7794bfd1ddfd92f71f71d07daf931421c5f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.</title>
<updated>2013-06-26T17:11:47Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-06-21T20:59:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1184d077893ff1bc947e45b00a4d565f3df81776'/>
<id>urn:sha1:1184d077893ff1bc947e45b00a4d565f3df81776</id>
<content type='text'>
uid is now base64 encoded in password reset URLs/views. A backwards compatible
password_reset_confirm view/URL will allow password reset links generated before
this change to continue to work. This view will be removed in Django 1.7.

Thanks jonash for the initial patch and claudep for the review.
</content>
</entry>
<entry>
<title>Fixed #16789 -- Added names to URLs in convenience contrib.auth urls.py.</title>
<updated>2011-09-24T19:48:27Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-09-24T19:48:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4c457bca85b5410c47860ee4c5df0b47d48f2603'/>
<id>urn:sha1:4c457bca85b5410c47860ee4c5df0b47d48f2603</id>
<content type='text'>
Thanks wim AT go2people DOT nl for the report, cmheisel for the patch and
fcurella for reviewing it.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
