django1/django/contrib/auth
Claude Paroz cd260d03bd [1.8.x] Replaced hardcoded URLs in admin_* tests
Refs #15779. This will allow easier admin URL changes, when needed.
Thanks Simon Charette for the review.

Backport of 32e6a7d3a5 from master
2015-02-08 15:12:07 -05: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 [1.8.x] Updated en translation catalogs 2015-01-17 11:18:45 +01:00
management [1.8.x] Revert "Fixed #24075 -- Prevented running post_migrate signals when unapplying initial migrations of contenttypes and auth" 2015-02-07 20:35:20 +01:00
migrations Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05: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.8.x] Revert "Fixed #24075 -- Prevented running post_migrate signals when unapplying initial migrations of contenttypes and auth" 2015-02-07 20:35:20 +01:00
__init__.py Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddleware. 2014-12-03 13:11:47 -05:00
admin.py [1.8.x] Replaced hardcoded URLs in admin_* tests 2015-02-08 15:12:07 -05:00
apps.py Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.ready(). 2014-11-27 13:06:35 -05: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 #24097 -- Prevented AttributeError in redirect_to_login 2015-01-10 10:05:02 +01:00
forms.py [1.8.x] Removed contrib.auth.forms.mask_password() 2015-02-02 11:13:48 -05:00
hashers.py Fixed #20349 -- Moved setting_changed signal to django.core.signals. 2014-12-24 07:18:43 -05:00
middleware.py Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddleware. 2014-12-03 13:11:47 -05:00
models.py Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05: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 Deprecated current_app in TemplateResponse and render(_to_response). 2014-12-28 17:02:29 +01:00