django1/django/contrib/auth
Claude Paroz d6a15026c4 Updated translations from Transifex
Forward port of e9c8aefbce from stable/1.7.x
2014-09-30 20:55:50 +02: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 Updated translations from Transifex 2014-09-30 20:55:50 +02:00
management Use "catch" instead of "trap" for exceptions. 2014-09-08 22:23:44 +02:00
migrations Fixed #23294 -- Add related_name to existing migrations. 2014-08-15 12:39:06 -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 Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
__init__.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -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 Fixed #23409 -- Extract PasswordResetForm.get_users method. 2014-09-03 12:25:11 -06:00
hashers.py Bump the default iterations for PBKDF2. 2014-07-11 22:43:26 -07:00
middleware.py Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USER change. 2014-08-20 14:39:40 -04:00
models.py Fixed #23488 -- Added AnonymousUser.get_username(). 2014-09-18 10:48:28 -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 #7220 -- Allowed AbstractBaseUser.last_login to be null. 2014-08-01 17:51:49 -04:00
urls.py Fixed #22218 -- Deprecated django.conf.urls.patterns. 2014-04-03 07:28:10 -04:00
views.py Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset(). 2014-08-23 19:32:58 -04:00