django1/django/contrib/auth/tests
Ludwik Trammer c558a43fd6 [1.6.x] Fixed #21473 -- Limited language preservation to logout
Current language is no longer saved to session by LocaleMiddleware
on  every response (the behavior introduced in #14825).
Instead language stored in session is reintroduced into new session
after logout.
2013-12-11 15:49:27 +01:00
..
templates Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk. 2013-06-26 13:11:47 -04:00
__init__.py Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
custom_user.py [1.6.x] Fixed #21164 -- Added documentation for issue with test users. 2013-10-08 10:37:48 +08:00
test_auth_backends.py [1.6.x] Propagate get_user_model exception from get_user 2013-11-14 21:21:02 +01:00
test_basic.py [1.6.x] Fixed #21164 -- Added documentation for issue with test users. 2013-10-08 10:37:48 +08:00
test_context_processors.py Modified auth to work with unittest2 discovery. 2013-04-02 21:59:45 -06:00
test_decorators.py Fixed #20114 -- support custom project login_url in tests 2013-04-05 09:03:28 -07:00
test_forms.py [1.6.x] Fixed #21291 -- Ensured inactive users cannot reset their passwords 2013-10-19 10:53:43 +02:00
test_handlers.py [1.6.x] Fixed #21164 -- Added documentation for issue with test users. 2013-10-08 10:37:48 +08:00
test_hashers.py [1.6.x] Fixed #21535 -- Fixed password hash iteration upgrade. 2013-11-30 14:35:38 -05:00
test_management.py [1.6.x] Fixed #21164 -- Added documentation for issue with test users. 2013-10-08 10:37:48 +08:00
test_models.py [1.6.x] Imported custom user classes in tests depending on it 2013-10-14 10:17:51 +02:00
test_remote_user.py Removed several unused imports. 2013-06-19 17:18:40 +02:00
test_signals.py Modified auth to work with unittest2 discovery. 2013-04-02 21:59:45 -06:00
test_tokens.py Modified auth to work with unittest2 discovery. 2013-04-02 21:59:45 -06:00
test_views.py [1.6.x] Fixed #21473 -- Limited language preservation to logout 2013-12-11 15:49:27 +01:00
urls.py Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk. 2013-06-26 13:11:47 -04:00
urls_admin.py Fixed #20078: don't allow filtering on password in the user admin. 2013-03-27 11:24:36 -05:00
utils.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00