.. |
handlers
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
locale
|
Updated translations from Transifex
|
2016-09-30 22:12:41 +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 #23155 -- Added request argument to user_login_failed signal.
|
2016-09-12 20:30:34 -04:00 |
admin.py
|
Fixed #26170 -- Made ModelAdmin views run transactions on the correct database.
|
2016-09-14 16:06:39 -04:00 |
apps.py
|
Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."
|
2016-10-25 17:32:59 -07:00 |
backends.py
|
Fixed #25187 -- Made request available in authentication backends.
|
2016-09-12 20:11:53 -04:00 |
base_user.py
|
Fixed #20705 -- Allowed using PasswordResetForm with user models with an email field not named 'email'.
|
2016-09-27 11:59:00 -04:00 |
checks.py
|
Removed transitive import of types.MethodType from six.
|
2016-09-06 07:19:27 -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 #20705 -- Allowed using PasswordResetForm with user models with an email field not named 'email'.
|
2016-09-27 11:59:00 -04:00 |
hashers.py
|
Fixed #27010 -- Made Argon2PasswordHasher decode with ASCII.
|
2016-08-04 10:57:37 -04:00 |
middleware.py
|
Fixed #25187 -- Made request available in authentication backends.
|
2016-09-12 20:11:53 -04:00 |
mixins.py
|
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
|
2016-04-09 14:54:18 -04:00 |
models.py
|
Fixed #20705 -- Allowed using PasswordResetForm with user models with an email field not named 'email'.
|
2016-09-27 11:59:00 -04:00 |
password_validation.py
|
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
|
2016-09-17 15:44:06 -04:00 |
signals.py
|
Fixed #23155 -- Added request argument to user_login_failed signal.
|
2016-09-12 20:30:34 -04: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
|
Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView.
|
2016-09-07 19:56:25 -07:00 |