django1/django/contrib/auth
Mads Jensen 550cb3a365 Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). 2017-06-28 14:07:55 -04:00
..
handlers Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
locale Updated translations from Transifex 2017-05-31 21:43:40 +02:00
management Fixed #27787 -- Made call_command() validate the options it receives. 2017-06-16 21:28:38 -04:00
migrations Fixed #28152 -- Made migrations serialize sets as set literals rather than set(). 2017-05-18 09:33:40 -04:00
templates Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget. 2017-04-19 12:59:30 -04:00
__init__.py Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the credentials. 2017-05-22 12:24:38 -04:00
admin.py Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01:00
apps.py Fixed #26823 -- Prevented update_last_login signal receiver from crashing if User model doesn't have last_login field. 2017-05-29 17:31:18 -04:00
backends.py Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
base_user.py Fixed #28226 -- Replaced use of str.join() with concatenation. 2017-05-27 13:59:05 -04:00
checks.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01: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 Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
decorators.py Refs #23919 -- Removed django.utils.decorators.available_attrs() usage. 2017-01-21 13:20:17 -05:00
forms.py Fixed #28127 -- Allowed UserCreationForm's password validation to check all user fields. 2017-06-21 09:22:15 -04:00
hashers.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
middleware.py Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). 2017-06-28 14:07:55 -04:00
mixins.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
models.py Fixed #26823 -- Prevented update_last_login signal receiver from crashing if User model doesn't have last_login field. 2017-05-29 17:31:18 -04:00
password_validation.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
signals.py Fixed #23155 -- Added request argument to user_login_failed signal. 2016-09-12 20:30:34 -04:00
tokens.py Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS. 2017-05-29 09:22:22 -04:00
urls.py Fixed #17209 -- Added password reset/change class-based views 2016-07-16 10:36:12 +02:00
validators.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
views.py Fixed #28229 -- Fixed the value of LoginView's "next" template variable. 2017-06-13 09:13:22 -04:00