django1/django/contrib/auth
Daniel Hahler a810f4aa04 [1.11.x] Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the credentials.
Regression in 3008f30f19.

Backport of a3ba2662cd from master
2017-05-22 13:00:44 -04:00
..
handlers Fixed #25966 -- Made get_user_model() work at import time. 2016-11-25 14:15:49 +01:00
locale [1.11.x] Refs #28100 -- Fixed URL in el, es_MX, and pt auth translations 2017-04-19 20:14:39 +02:00
management Fixed #25966 -- Made get_user_model() work at import time. 2016-11-25 14:15:49 +01:00
migrations Fixed #21379 -- Created auth-specific username validators 2016-05-16 19:37:57 +02:00
templates [1.11.x] Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget. 2017-04-19 12:59:53 -04:00
tests Fixed #26089 -- Removed custom user test models from public API. 2016-02-04 12:30:34 -05:00
__init__.py [1.11.x] Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the credentials. 2017-05-22 13:00:44 -04:00
admin.py Refs #17235 -- Made MultiPartParser leave request.POST immutable. 2016-12-07 08:28:46 -05:00
apps.py Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations." 2016-10-25 17:32:59 -07:00
backends.py Fixed #25966 -- Made get_user_model() work at import time. 2016-11-25 14:15:49 +01: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 #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05: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 Quoted group name in django/contrib/auth/models.py docstring. 2016-11-28 16:41:37 -05:00
password_validation.py Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 work as documented. 2016-11-16 17:40:37 -05:00
signals.py Fixed #23155 -- Added request argument to user_login_failed signal. 2016-09-12 20:30:34 -04:00
tokens.py Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer header. 2017-01-13 09:17:54 -05: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 [1.11.x] Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend. 2017-03-07 19:54:23 -05:00