This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-25 01:30:48 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
auth_tests
History
Alexander Gaevsky
e0a3d93730
Fixed
#25232
-- Made ModelBackend/RemoteUserBackend reject inactive users.
2016-03-23 09:01:48 -04:00
..
fixtures
…
models
Fixed
#25232
-- Made ModelBackend/RemoteUserBackend reject inactive users.
2016-03-23 09:01:48 -04:00
templates
…
__init__.py
…
backend_alias.py
Moved contrib.auth tests out of contrib.
2015-02-11 10:19:22 -05:00
common-passwords-custom.txt
…
settings.py
…
test_auth_backends.py
Fixed
#25232
-- Made ModelBackend/RemoteUserBackend reject inactive users.
2016-03-23 09:01:48 -04:00
test_basic.py
…
test_context_processors.py
…
test_decorators.py
Fixed
#26089
-- Removed custom user test models from public API.
2016-02-04 12:30:34 -05:00
test_forms.py
Fixed
#25232
-- Made ModelBackend/RemoteUserBackend reject inactive users.
2016-03-23 09:01:48 -04:00
test_handlers.py
…
test_hashers.py
Fixed
#26395
-- Skipped the CryptPasswordHasher tests on platforms with a dummy crypt module.
2016-03-22 11:22:21 -04:00
test_management.py
…
test_middleware.py
…
test_mixins.py
…
test_models.py
…
test_remote_user.py
Fixed
#25232
-- Made ModelBackend/RemoteUserBackend reject inactive users.
2016-03-23 09:01:48 -04:00
test_signals.py
…
test_templates.py
…
test_tokens.py
…
test_validators.py
Fixed
#26175
-- Removed SHA1 password hashes in tests.
2016-02-06 08:47:21 -05:00
test_views.py
…
urls_admin.py
…
urls_custom_user_admin.py
…
urls.py
…