django1/django/contrib/auth
Alex Gaynor 2bcb8bfc8d Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07: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 Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
management Appeased flake8 2.1.0. 2014-04-21 12:27:34 +02: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 Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07: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 Propagate get_user_model exception from get_user 2013-11-14 12:02:26 -08: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 #22329 -- Used label_tag() in some admin auth templates. 2014-03-29 08:54:56 -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 #21649 -- Added optional invalidation of sessions when user password changes. 2014-04-05 12:50:51 -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