django1/django/contrib/auth
Iain Dawson b4cf7e3d1d Fixed typo in PermissionsMixin.groups.help_text. 2014-07-21 20:03:45 +00: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 Fixed #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD supports FK after 9bc2d76. 2014-07-08 08:21:41 -04:00
migrations Added contrib.auth migration for refs #13147. 2014-07-10 13:06:42 -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 Bump the default iterations for PBKDF2. 2014-07-11 22:43:26 -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 Restored is_anonymous() check in ModelBackend permission checking removed in refs #17903. 2014-06-24 07:09:38 -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
decorators.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
forms.py Replaced instances of 'his/her' with 'their'. 2014-07-21 19:49:12 +00:00
hashers.py Bump the default iterations for PBKDF2. 2014-07-11 22:43:26 -07: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 typo in PermissionsMixin.groups.help_text. 2014-07-21 20:03:45 +00: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