django1/django/contrib/auth
shanghui 3333d935d2 Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth.
Also fixed #28608 -- Allowed UserCreationForm and UserChangeForm to
work with custom user models.

Thanks Sagar Chalise and Rômulo Collopy for reports, and Tim Graham
and Tim Martin for reviews.
2018-01-05 14:47:37 -05:00
..
handlers Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
locale Updated contrib translations from Transifex 2017-12-01 21:51:30 +01:00
management Refs #23919 -- Removed obsolete __init__.py files in management command directories. 2018-01-03 11:02:26 -05: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 Fixed #28985 -- Removed unneeded None checks before hasattr(). 2018-01-03 11:37:06 -05:00
admin.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05: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 Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
base_user.py Removed unneeded __init__() methods. 2017-09-07 08:10:49 -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 Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
forms.py Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth. 2018-01-05 14:47:37 -05:00
hashers.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
middleware.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
mixins.py Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
models.py Fixed #28930 -- Simplified code with any() and all(). 2017-12-26 17:11:15 -05:00
password_validation.py Fixed #28902 -- Fixed password_validators_help_text_html() double escaping. 2018-01-02 19:51: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 Refs #28248 -- Clarified the precision of PASSWORD_RESET_TIMEOUT_DAYS. 2017-10-12 14:58:18 -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 Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
views.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00