1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/tests/auth_tests
Claude Paroz cf7894be88 Fixed #21113 -- Made LogEntry.change_message language independent
Thanks Tim Graham for the review.
2016-01-08 20:34:59 +01:00
..
fixtures
models Fixed #25746 -- Isolated inlined test models registration. 2016-01-06 20:00:07 -05:00
templates
__init__.py
backend_alias.py
common-passwords-custom.txt
settings.py
test_auth_backends.py Fixed #24855 -- Allowed using contrib.auth.login() without credentials. 2016-01-07 08:56:07 -05:00
test_basic.py
test_context_processors.py Removed explicit User ids in tests. 2015-11-24 09:59:20 -05:00
test_decorators.py
test_forms.py Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
test_handlers.py
test_hashers.py Increased the default PBKDF2 iterations for the 1.10 release cycle. 2015-09-23 19:31:11 -04:00
test_management.py Fixed #25746 -- Isolated inlined test models registration. 2016-01-06 20:00:07 -05:00
test_middleware.py Refs #23957 -- Required session verification per deprecation timeline. 2015-09-23 19:31:10 -04:00
test_mixins.py
test_models.py Removed unnecessary app_label='auth' on auth_tests models. 2015-10-27 08:19:45 -04:00
test_remote_user.py
test_signals.py
test_templates.py
test_tokens.py
test_validators.py Refs #16860 -- Fixed password help text when there aren't any validators. 2015-09-28 15:30:16 -04:00
test_views.py Fixed #21113 -- Made LogEntry.change_message language independent 2016-01-08 20:34:59 +01:00
urls_admin.py
urls_custom_user_admin.py Refs #23957 -- Required session verification per deprecation timeline. 2015-09-23 19:31:10 -04:00
urls.py Refs #21648 -- Removed is_admin_site option from password_reset() view. 2015-09-23 19:31:10 -04:00