django1/django/contrib/auth
Tim Graham 1e78d132da [1.7.x] Fixed #22652 -- Replaced UserModel.objects with UserModel._default_manager.
Thanks alexdlaird for the report.

Backport of b68fac7e88 from master
2014-05-19 08:37:00 -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 Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
management [1.7.x] Fixed #22652 -- Replaced UserModel.objects with UserModel._default_manager. 2014-05-19 08:37:00 -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 [1.7.x] Added additional checks in is_safe_url to account for flexible parsing. 2014-05-14 10:18:27 +02:00
__init__.py [1.7.x] Fixed a KeyError on login with legacy sessions; refs #21649. 2014-04-17 20:07:05 -04:00
admin.py [1.7.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created after a user password change in the admin. 2014-04-25 08:36:20 -04:00
apps.py [1.7.x] Fixed #22195 -- Used constants to define built-in tags for check framework. 2014-04-10 08:54:32 -04:00
backends.py [1.7.x] Fixed #22652 -- Replaced UserModel.objects with UserModel._default_manager. 2014-05-19 08:37:00 -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
decorators.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
forms.py Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
hashers.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
middleware.py [1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user password changes. 2014-04-05 13:01:03 -04:00
models.py [1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user password changes. 2014-04-05 13:01:03 -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 Removed django.contrib.auth.views.password_reset_confirm_uidb36() view to finish its accelerated deprecation schedule. 2013-06-29 12:22:15 -03:00
views.py [1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user password changes. 2014-04-05 13:01:03 -04:00