django1/django/contrib/auth
Aymeric Augustin 12576bd371 Refactored out RedirectURLMixin.get_redirect_url().
This also renames SuccessURLAllowedHostsMixin to RedirectURLMixin.

This doesn't change the behavior of LogoutView.get_next_page() because
next_page == "" implies url_is_safe == False before the refactoring.
2022-04-20 10:04:29 +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-01-29 19:01:15 +01:00
management Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when using Meta.constraints. 2022-04-01 11:39:41 +02:00
migrations Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
templates Refs #30585 -- Updated project templates and tests to use (block)translate tags. 2019-12-18 13:15:38 +01:00
__init__.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
admin.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
apps.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
backends.py Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend. 2022-03-10 12:57:19 +01:00
base_user.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01: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 Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
hashers.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01: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_redirect_url(). 2022-04-20 10:04:29 +02:00