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 09:04:48 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
auth_tests
History
Shai Berger
fdf0f62521
Fixed ReadOnlyPasswordHashWidget's template for RTL languages.
2022-09-01 21:20:15 +02:00
..
fixtures
…
models
Fixed
#33613
-- Made createsuperuser detect uniqueness of USERNAME_FIELD when using Meta.constraints.
2022-04-01 11:39:41 +02:00
templates
…
__init__.py
…
backend_alias.py
…
client.py
…
common-passwords-custom.txt
…
settings.py
…
test_admin_multidb.py
Fixed various tests on MySQL with MyISAM storage engine.
2022-04-18 07:05:52 +02:00
test_auth_backends.py
…
test_basic.py
…
test_checks.py
…
test_context_processors.py
…
test_decorators.py
…
test_forms.py
Fixed ReadOnlyPasswordHashWidget's template for RTL languages.
2022-09-01 21:20:15 +02:00
test_handlers.py
…
test_hashers.py
Refs
#33691
-- Deprecated insecure password hashers.
2022-07-23 21:29:31 +02:00
test_management.py
Renamed wrapped functions to wrapper.
2022-05-25 10:53:52 +02:00
test_middleware.py
…
test_migrations.py
…
test_mixins.py
…
test_models.py
Fixed
#33764
-- Deprecated BaseUserManager.make_random_password().
2022-06-03 07:30:57 +02:00
test_remote_user.py
…
test_signals.py
…
test_templates.py
…
test_tokens.py
…
test_validators.py
…
test_views.py
Fixed ReadOnlyPasswordHashWidget's template for RTL languages.
2022-09-01 21:20:15 +02:00
urls_admin.py
…
urls_custom_user_admin.py
…
urls.py
…