django1/django/contrib/auth
Tim Graham 849037af36 Refs #23957 -- Required session verification per deprecation timeline. 2015-09-23 19:31:10 -04:00
..
handlers Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
locale Updated translations from Transifex 2015-04-30 14:29:08 +02:00
management Fixed #25350 -- Added alias --no-input for --noinput to management commands. 2015-09-08 08:41:03 -04:00
migrations Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
templates/registration Fixed #12202 -- Removed hardcoded password reset subject and added a subject_template_name parameter to the password_reset view. Thanks, Ramiro Morales, Claude Paroz and agabel. 2011-06-19 11:24:39 +00:00
tests Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
__init__.py Refs #23957 -- Required session verification per deprecation timeline. 2015-09-23 19:31:10 -04:00
admin.py Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
apps.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
backends.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
base_user.py Refs #16860 -- Moved password_changed() logic to AbstractBaseUser. 2015-07-20 13:44:26 -04:00
checks.py Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05: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 Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
decorators.py Fixed #24929 -- Allowed permission_required decorator to take any iterable 2015-06-08 13:44:39 -04:00
forms.py Fixed #24944 -- Added extra_email_context parameter to password_reset() view. 2015-09-18 18:56:04 -04:00
hashers.py Explicitly passed rounds as rounds to bcrypt.gensalt() 2015-07-13 12:35:24 -04:00
middleware.py Refs #23957 -- Required session verification per deprecation timeline. 2015-09-23 19:31:10 -04:00
mixins.py Fixed #25142 -- Added PermissionRequiredMixin.has_permission() to allow customization. 2015-07-27 10:23:56 -04:00
models.py Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
password_validation.py Refs #16860 -- Fixed a resource and deprecation warning in password validation. 2015-06-16 11:02:27 -04:00
signals.py Fixed #18616 -- added user_login_fail signal to contrib.auth 2012-09-30 22:34:50 -07:00
tokens.py Refactored PasswordResetTokenGenerator to be a bit more extensible. 2015-04-20 14:27:12 -04:00
urls.py Fixed #22218 -- Deprecated django.conf.urls.patterns. 2014-04-03 07:28:10 -04:00
views.py Refs #23957 -- Required session verification per deprecation timeline. 2015-09-23 19:31:10 -04:00