django1/django/contrib/auth/tests
Aymeric Augustin 4e5369a596 Silenced warnings in the tests of deprecated features. 2012-12-29 22:32:07 +01:00
..
templates Fixed #19354 -- Do not assume usermodel.pk == usermodel.id 2012-11-29 21:45:43 +01:00
__init__.py Updated User manager when testing custom AUTH_USER_MODEL 2012-11-24 16:00:00 +01:00
auth_backends.py Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy. 2012-12-15 22:44:47 +08:00
basic.py Updated User manager when testing custom AUTH_USER_MODEL 2012-11-24 16:00:00 +01:00
context_processors.py Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
custom_user.py Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy. 2012-12-15 22:44:47 +08:00
decorators.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
forms.py Corrected tests depending on the error message on the AuthenticationForm. 2012-12-16 07:18:45 +08:00
handlers.py Fixed #19057 (again) -- added additional tests 2012-10-29 22:24:42 -07:00
hashers.py Fixed #19509 -- Fixed crypt/bcrypt non-ascii password encoding 2012-12-22 16:04:10 +01:00
management.py Fixed #19067 -- Clarified handling of username in createsuperuser. 2012-10-13 13:36:07 +08:00
models.py Silenced warnings in the tests of deprecated features. 2012-12-29 22:32:07 +01:00
remote_user.py Fixed #17869 - force logout when REMOTE_USER header disappears 2012-10-29 22:58:14 -07:00
signals.py Fixed #18616 -- added user_login_fail signal to contrib.auth 2012-09-30 22:34:50 -07:00
tokens.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
urls.py Fixed a security issue related to password resets 2012-10-17 14:36:41 -07:00
utils.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
views.py Corrected tests depending on the error message on the AuthenticationForm. 2012-12-16 07:18:45 +08:00