django1/django/contrib/auth/tests
joaoxsouls 1ab27e9a65 Fixed #18866 -- added validation error for verbose_name longer than 39 characters
Added a validation error check when creating the permissions for model, to avoid
cryptic database error when the verbose_name is longer than 39 characters
thanks elena for reporting it
2013-10-14 14:19:35 +01:00
..
templates Whitespace cleanup. 2013-10-10 16:49:20 -04:00
__init__.py Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
custom_user.py Fixed #21164 -- Added documentation for issue with test users. 2013-10-08 10:32:56 +08:00
test_auth_backends.py Fixed #21164 -- Added documentation for issue with test users. 2013-10-08 10:32:56 +08:00
test_basic.py Fixed "redefinition of unused 'foo' from line X" pyflakes warnings. 2013-10-10 11:09:42 -04:00
test_context_processors.py Whitespace cleanup. 2013-10-10 16:49:20 -04:00
test_decorators.py Imported custom user classes in tests depending on it 2013-10-14 10:14:24 +02:00
test_forms.py Combine consecutive with statements 2013-08-16 20:12:10 +02:00
test_handlers.py Fixed #21164 -- Added documentation for issue with test users. 2013-10-08 10:32:56 +08:00
test_hashers.py Revert "Ensure that passwords are never long enough for a DoS." 2013-09-24 21:01:21 +02:00
test_management.py Fixed #18866 -- added validation error for verbose_name longer than 39 characters 2013-10-14 14:19:35 +01:00
test_models.py Imported custom user classes in tests depending on it 2013-10-14 10:14:24 +02:00
test_remote_user.py Removed a few trailing backslashes. 2013-09-22 14:04:10 +02:00
test_signals.py Modified auth to work with unittest2 discovery. 2013-04-02 21:59:45 -06:00
test_templates.py Fixed #18511 -- Cleaned up admin password reset template titles. 2013-07-27 14:23:04 -04:00
test_tokens.py Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
test_views.py Imported custom user classes in tests depending on it 2013-10-14 10:14:24 +02:00
urls.py Removed a ton of unused local vars 2013-09-08 08:05:16 -07: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 Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00