<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/auth_tests/test_auth_backends.py, branch fix-31295</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=fix-31295</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=fix-31295'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2026-04-24T18:19:15Z</updated>
<entry>
<title>Fixed #36542 -- Marked authenticate() with @sensitive_variables() decorator.</title>
<updated>2026-04-24T18:19:15Z</updated>
<author>
<name>KANIN KEARPIMY</name>
<email>jamesk@KANINs-MacBook-Air.local</email>
</author>
<published>2026-03-31T15:56:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=526b548cfb9c8a02ea2b7ae064ef3b795305d51a'/>
<id>urn:sha1:526b548cfb9c8a02ea2b7ae064ef3b795305d51a</id>
<content type='text'>
Thanks Olivier Dalang, Tim McCurrach, Sarah Boyce, and Mar Bartolome for reviews.
</content>
</entry>
<entry>
<title>Fixed #36903 -- Fixed further NameErrors when inspecting functions with deferred annotations.</title>
<updated>2026-02-10T21:51:55Z</updated>
<author>
<name>93578237</name>
<email>43147888+93578237@users.noreply.github.com</email>
</author>
<published>2026-02-09T21:06:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=56ed37e17e5b1a509aa68a0c797dcff34fcc1366'/>
<id>urn:sha1:56ed37e17e5b1a509aa68a0c797dcff34fcc1366</id>
<content type='text'>
Provide a wrapper for safe introspection of user functions on Python 3.14+.

Follow-up to 601914722956cc41f1f2c53972d669ddee6ffc04.
</content>
</entry>
<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 #28215 -- Marked auth form passwords as sensitive variables.</title>
<updated>2024-11-15T12:53:13Z</updated>
<author>
<name>GappleBee</name>
<email>irrationalmathematicspro7@gmail.com</email>
</author>
<published>2024-10-07T14:09:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=037e740ec56674e69e564b97e1151950757c410d'/>
<id>urn:sha1:037e740ec56674e69e564b97e1151950757c410d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35303 -- Implemented async auth backends and utils.</title>
<updated>2024-10-07T12:19:41Z</updated>
<author>
<name>Jon Janzen</name>
<email>jon@jonjanzen.com</email>
</author>
<published>2024-03-31T19:29:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=50f89ae850f6b4e35819fe725a08c7e579bfd099'/>
<id>urn:sha1:50f89ae850f6b4e35819fe725a08c7e579bfd099</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Used enterClassContext() where appropriate.</title>
<updated>2024-01-04T04:55:29Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-01-04T04:55:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0c5456ef37a22e2ce0d31e7ebf99d9fa04a5b9c4'/>
<id>urn:sha1:0c5456ef37a22e2ce0d31e7ebf99d9fa04a5b9c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Used addCleanup() in tests where appropriate.</title>
<updated>2023-12-31T09:01:31Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-12-31T09:01:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d88ec42bd0a37340c8477a6f20bf26e58bd84735'/>
<id>urn:sha1:d88ec42bd0a37340c8477a6f20bf26e58bd84735</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34391 -- Added async-compatible interface to auth functions and related methods test clients.</title>
<updated>2023-06-27T09:17:17Z</updated>
<author>
<name>Jon Janzen</name>
<email>jon@jonjanzen.com</email>
</author>
<published>2023-02-11T01:43:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5e98959d9242c57a55c65847758781f82d386fa4'/>
<id>urn:sha1:5e98959d9242c57a55c65847758781f82d386fa4</id>
<content type='text'>
</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 #33269 -- Made AnonymousUser/PermissionsMixin.has_perms() raise ValueError on string or non-iterable perm_list.</title>
<updated>2021-11-11T19:26:29Z</updated>
<author>
<name>Lie Ryan</name>
<email>lie.1296@gmail.com</email>
</author>
<published>2021-10-11T03:54:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=05cde4764da022ae80e9d7d97ef67c30e896c607'/>
<id>urn:sha1:05cde4764da022ae80e9d7d97ef67c30e896c607</id>
<content type='text'>
</content>
</entry>
</feed>
