.. |
handlers
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
locale
|
Pulled contrib translations from Transifex
|
2016-08-01 19:47:19 +02:00 |
management
|
Fixed #24075 -- Used post-migration models in contrib apps receivers.
|
2016-05-15 19:51:16 -04:00 |
migrations
|
Fixed #21379 -- Created auth-specific username validators
|
2016-05-16 19:37:57 +02:00 |
templates/registration
|
Fixed #12202 -- Removed hardcoded password reset subject and added a subject_template_name parameter to the password_reset view. Thanks, Ramiro Morales, Claude Paroz and agabel.
|
2011-06-19 11:24:39 +00:00 |
tests
|
Fixed #26089 -- Removed custom user test models from public API.
|
2016-02-04 12:30:34 -05:00 |
__init__.py
|
Fixed #27009 -- Made update_session_auth_hash() rotate the session key.
|
2016-08-15 19:29:12 -04:00 |
admin.py
|
Fixed E128 flake8 warnings in django/.
|
2016-04-08 09:51:06 -04:00 |
apps.py
|
Fixed E128 flake8 warnings in django/.
|
2016-04-08 09:51:06 -04:00 |
backends.py
|
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
|
2016-04-09 14:54:18 -04:00 |
base_user.py
|
Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
|
2016-06-21 16:19:37 -04:00 |
checks.py
|
Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.
|
2016-08-03 09:14:01 -04:00 |
common-passwords.txt.gz
|
Fixed #16860 -- Added password validation to django.contrib.auth.
|
2015-06-07 19:31:20 +02:00 |
context_processors.py
|
Fixed many spelling mistakes in code, comments, and docs.
|
2015-12-03 12:48:24 -05:00 |
decorators.py
|
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
|
2016-04-09 14:54:18 -04:00 |
forms.py
|
Fixed #27136 -- Changed auth forms' autofocus attribute to HTML5 boolean syntax.
|
2016-08-28 17:19:50 -07:00 |
hashers.py
|
Fixed #27010 -- Made Argon2PasswordHasher decode with ASCII.
|
2016-08-04 10:57:37 -04:00 |
middleware.py
|
Fixed #26601 -- Improved middleware per DEP 0005.
|
2016-05-17 07:22:22 -04:00 |
mixins.py
|
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
|
2016-04-09 14:54:18 -04:00 |
models.py
|
Replaced property() usage with decorator in several places.
|
2016-08-25 20:06:22 -04:00 |
password_validation.py
|
Fixed #26909 -- Allowed UserAttributeSimilarityValidator to validate against model properties.
|
2016-08-10 15:08:06 -04:00 |
signals.py
|
Fixed #18616 -- added user_login_fail signal to contrib.auth
|
2012-09-30 22:34:50 -07:00 |
tokens.py
|
Refactored PasswordResetTokenGenerator to be a bit more extensible.
|
2015-04-20 14:27:12 -04:00 |
urls.py
|
Fixed #17209 -- Added password reset/change class-based views
|
2016-07-16 10:36:12 +02:00 |
validators.py
|
Fixed #21379 -- Created auth-specific username validators
|
2016-05-16 19:37:57 +02:00 |
views.py
|
Refs #26902 -- Protected against insecure redirects in Login/LogoutView.
|
2016-08-19 19:01:01 -04:00 |