django1/django/contrib/auth
Claude Paroz 3e01aab533 Updated contrib translations from Transifex.
Forwardport of 7090cbf542 from 2.2.x.
2019-04-01 12:22:15 +02:00
..
handlers Refs #27795 -- Removed force_bytes() usage in contrib/auth/handlers/modwsgi.py. 2018-09-26 11:16:59 -04:00
locale Updated contrib translations from Transifex. 2019-04-01 12:22:15 +02:00
management Fixed #11154, #22270 -- Made proxy model permissions use correct content type. 2019-01-16 10:07:28 -05:00
migrations Fixed #11154, #22270 -- Made proxy model permissions use correct content type. 2019-01-16 10:07:28 -05:00
templates Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget. 2017-04-19 12:59:30 -04:00
__init__.py Refs #15902 -- Deprecated storing user's language in the session. 2019-02-14 10:23:02 -05:00
admin.py Used 4 space hanging indent for dictionaries. 2019-01-02 18:18:19 -05:00
apps.py Fixed #29132 -- Avoided connecting update_last_login() handler if User.last_login isn't a field. 2018-02-21 10:36:31 -05:00
backends.py Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user(). 2019-01-09 20:01:04 -05:00
base_user.py Followed style guide for model attribute ordering. 2018-12-27 19:34:14 -05:00
checks.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +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 #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
decorators.py Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
forms.py Fixed #30236 -- Made UsernameField render with autocapitalize="none" HTML attribute. 2019-03-29 15:24:44 +01:00
hashers.py Fixed #30159 -- Removed unneeded use of OrderedDict. 2019-02-06 13:48:39 -05:00
middleware.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
mixins.py Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users. 2018-02-16 13:58:55 -05:00
models.py Fixed #16027 -- Added app_label to ContentType.__str__(). 2019-02-07 19:56:47 -05:00
password_validation.py Fixed #30137 -- Replaced OSError aliases with the canonical OSError. 2019-01-28 11:15:06 -05:00
signals.py Fixed #23155 -- Added request argument to user_login_failed signal. 2016-09-12 20:30:34 -04:00
tokens.py Removed shadowing of built-in hash() function. 2018-09-13 10:04:36 -04:00
urls.py Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00
validators.py Fixed #30257 -- Made UsernameValidators prohibit trailing newlines. 2019-03-22 13:16:25 -04:00
views.py Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a non-UUID where one is expected. 2018-03-15 21:33:15 -04:00