.. |
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
|
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
|
Fixed #33028 -- Used ModelAdmin's opts attribute instead of model._meta.
|
2022-06-22 07:50:24 +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 |