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-07 16:05:34 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
auth_tests
History
…
..
fixtures
…
models
…
templates
…
__init__.py
Moved contrib.auth tests out of contrib.
2015-02-11 10:19:22 -05:00
backend_alias.py
Moved contrib.auth tests out of contrib.
2015-02-11 10:19:22 -05:00
client.py
Refs
#30116
-- Simplified regex match group access with Match.__getitem__().
2020-05-11 12:01:28 +02:00
common-passwords-custom.txt
…
settings.py
…
test_admin_multidb.py
Refs
#31117
-- Made various tests properly handle unexpected databases aliases.
2020-01-20 14:39:02 +01:00
test_auth_backends.py
…
test_basic.py
…
test_checks.py
Fixed
#32121
-- Fixed detecting uniqueness of USERNAME_FIELD when using Meta.constraints.
2020-10-20 07:23:51 +02:00
test_context_processors.py
…
test_decorators.py
…
test_forms.py
…
test_handlers.py
…
test_hashers.py
…
test_management.py
…
test_middleware.py
…
test_migrations.py
…
test_mixins.py
…
test_models.py
…
test_remote_user.py
…
test_signals.py
…
test_templates.py
…
test_tokens.py
Fixed
#32664
-- Made PasswordResetTokenGenerator.secret validation lazy.
2021-04-20 07:34:53 +02:00
test_validators.py
Fixed
#30400
-- Improved typography of user facing strings.
2019-06-28 16:46:18 +02:00
test_views.py
…
urls_admin.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
urls_custom_user_admin.py
…
urls.py
Fixed
#28216
-- Added next_page/get_default_redirect_url() to LoginView.
2021-02-08 21:08:05 +01:00