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-02-24 00:55:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
auth_tests
History
Christophe Mehay
40bac28faa
Fixed
#29176
-- Fixed AbstractBaseUser.normalize_username() crash if username isn't a string.
2018-03-02 11:32:53 -05:00
..
fixtures
…
models
Fixed
#29132
-- Avoided connecting update_last_login() handler if User.last_login isn't a field.
2018-02-21 10:36:31 -05:00
templates
…
__init__.py
…
backend_alias.py
…
client.py
…
common-passwords-custom.txt
…
settings.py
…
test_admin_multidb.py
…
test_auth_backends.py
…
test_basic.py
…
test_checks.py
…
test_context_processors.py
…
test_decorators.py
…
test_forms.py
…
test_handlers.py
…
test_hashers.py
Fixed
#29161
-- Removed BCryptPasswordHasher from PASSWORD_HASHERS.
2018-02-26 09:05:18 -05:00
test_management.py
…
test_middleware.py
…
test_mixins.py
Fixed
#28379
-- Made AccessMixin raise Permissiondenied for authenticated users.
2018-02-16 13:58:55 -05:00
test_models.py
Fixed
#29176
-- Fixed AbstractBaseUser.normalize_username() crash if username isn't a string.
2018-03-02 11:32:53 -05:00
test_remote_user.py
…
test_signals.py
Fixed
#29132
-- Avoided connecting update_last_login() handler if User.last_login isn't a field.
2018-02-21 10:36:31 -05:00
test_templates.py
Refs
#27795
-- Removed force_bytes/text() usage in tests.
2018-02-07 14:20:04 -05:00
test_tokens.py
…
test_validators.py
…
test_views.py
Refs
#27795
-- Removed force_bytes/text() usage in tests.
2018-02-07 14:20:04 -05:00
urls_admin.py
…
urls_custom_user_admin.py
…
urls.py
…