django1/django/contrib/auth
Vytis Banaitis d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 2017-01-26 08:19:27 -05:00
..
handlers Fixed #25966 -- Made get_user_model() work at import time. 2016-11-25 14:15:49 +01:00
locale Updated translations from Transifex 2016-09-30 22:12:41 +02:00
management Refs #23919, #27778 -- Removed obsolete mentions of unicode. 2017-01-26 08:19:27 -05:00
migrations Refs #23919 -- Removed six.PY2/PY3 usage 2017-01-18 16:21:28 +01:00
templates Fixed #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05:00
__init__.py Fixed #25966 -- Made get_user_model() work at import time. 2016-11-25 14:15:49 +01:00
admin.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23: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 Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
base_user.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -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 #16860 -- Added password validation to django.contrib.auth. 2015-06-07 19:31:20 +02:00
context_processors.py Refs #23919 -- Removed __nonzero__() methods (for Python 2). 2017-01-19 11:26:26 -05:00
decorators.py Refs #23919 -- Removed django.utils.decorators.available_attrs() usage. 2017-01-21 13:20:17 -05:00
forms.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
hashers.py Refs #23919 -- Removed misc Python 2/3 references. 2017-01-25 13:59:25 -05:00
middleware.py Refs #23957 -- Removed the useless SessionAuthenticationMiddleware. 2017-01-17 20:52:05 -05:00
mixins.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
models.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
password_validation.py Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 2017-01-20 08:01:02 -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 #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
urls.py Fixed #17209 -- Added password reset/change class-based views 2016-07-16 10:36:12 +02:00
validators.py Refs #23919 -- Removed six.PY2/PY3 usage 2017-01-18 16:21:28 +01:00
views.py Refs #23919 -- Removed misc Python 2/3 references. 2017-01-25 13:59:25 -05:00