django1/django/contrib/auth/tests
Claude Paroz c91667338a Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Thanks kujiu for the report and Aymeric Augustin for the review.
2012-12-08 11:13:52 +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 Added missing custom user skip decorator 2012-11-30 22:54:42 -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 #19061 -- added is_active attribute to AbstractBaseUser 2012-10-28 23:04:03 -07:00
decorators.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
forms.py Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
handlers.py Fixed #19057 (again) -- added additional tests 2012-10-29 22:24:42 -07:00
hashers.py Fixed #18182 -- Made is_usable_password check if hashing algorithm is correct 2012-09-12 11:32:50 +02:00
management.py Fixed #19067 -- Clarified handling of username in createsuperuser. 2012-10-13 13:36:07 +08:00
models.py Added some test guards for some recently added auth tests. 2012-10-30 10:28:35 +08: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 Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00