django1/django/contrib/auth
Marcelo Galigniana 67c34c1a37 Completed test coverage for createsuperuser command. 2022-09-27 09:57:16 +02:00
..
handlers Refs #27795 -- Removed force_bytes() usage in contrib/auth/handlers/modwsgi.py. 2018-09-26 11:16:59 -04:00
locale Updated translations from Transifex. 2022-08-03 08:04:34 +02:00
management Completed test coverage for createsuperuser command. 2022-09-27 09:57:16 +02:00
migrations Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
templates Fixed ReadOnlyPasswordHashWidget's template for RTL languages. 2022-09-01 21:20:15 +02:00
__init__.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
admin.py Changed camel case variable to snake case in contrib.admin/auth. 2022-09-15 13:26:55 +02:00
apps.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
backends.py Refs #25232 -- Simplified ModelBackend.user_can_authenticate(). 2022-07-11 20:27:11 +02:00
base_user.py Fixed #33764 -- Deprecated BaseUserManager.make_random_password(). 2022-06-03 07:30:57 +02:00
checks.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
common-passwords.txt.gz Fixed #29952 -- Lowercased all passwords in contrib.auth's auth/common-passwords.txt.gz. 2018-11-15 14:11:03 -05:00
context_processors.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
decorators.py Renamed wrapped functions to wrapper. 2022-05-25 10:53:52 +02:00
forms.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
hashers.py Refs #33691 -- Deprecated insecure password hashers. 2022-07-23 21:29:31 +02:00
middleware.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
mixins.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
models.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
password_validation.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
signals.py Fixed #31327 -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
tokens.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
validators.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
views.py Refactored out RedirectURLMixin.get_success_url(). 2022-04-20 10:04:29 +02:00