django1/django/contrib/auth
Tim Graham b341f33697 Added database migration for contrib.auth.
refs #22170.
2014-06-16 16:21:37 -04:00
..
fixtures Whitespace cleanup. 2013-10-10 16:49:20 -04:00
handlers Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
locale Removed unused translations in auth tests 2014-05-20 12:21:05 +02:00
management Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
migrations Added database migration for contrib.auth. 2014-06-16 16:21:37 -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 Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
__init__.py Fixed a KeyError on login with legacy sessions; refs #21649. 2014-04-17 19:57:20 -04:00
admin.py Fixed #22515 -- Fixed the object_id of the LogEntry that's created after a user password change in the admin. 2014-04-25 08:20:25 -04:00
apps.py Fixed #22195 -- Used constants to define built-in tags for check framework. 2014-04-10 08:45:48 -04:00
backends.py Fixed #7599 -- Added get_user_permissions to ModelBackend. 2014-06-13 09:34:04 -04:00
checks.py Edited contrib.auth check messages for grammar and consistency. 2014-03-03 13:39:58 +08:00
context_processors.py Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
create_superuser.py Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to the new createsuperuser command. 2008-06-08 08:45:14 +00:00
decorators.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
forms.py Fixed #17431 -- Added send_mail() method to PasswordResetForm. 2014-06-10 14:00:52 -04:00
hashers.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
middleware.py Fixed #21649 -- Added optional invalidation of sessions when user password changes. 2014-04-05 12:50:51 -04:00
models.py Fixed #15716 - Authentication backends can short-circuit authorization. 2014-05-16 12:57:38 -04:00
signals.py Fixed #18616 -- added user_login_fail signal to contrib.auth 2012-09-30 22:34:50 -07:00
tokens.py Fixed #19354 -- Do not assume usermodel.pk == usermodel.id 2012-11-29 21:45:43 +01:00
urls.py Fixed #22218 -- Deprecated django.conf.urls.patterns. 2014-04-03 07:28:10 -04:00
views.py Fixed #21649 -- Added optional invalidation of sessions when user password changes. 2014-04-05 12:50:51 -04:00