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-06 07:25:19 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
auth_tests
History
Jaap Roes
28b9b8d6d9
Refs
#35530
-- Added basic test cases for auth.login.
2024-11-28 17:43:46 +01:00
..
fixtures
…
models
…
templates
…
__init__.py
…
backend_alias.py
…
client.py
…
common-passwords-custom.txt
…
settings.py
…
test_admin_multidb.py
…
test_auth_backends.py
Refs
#28215
-- Marked auth form passwords as sensitive variables.
2024-11-15 13:53:13 +01:00
test_basic.py
…
test_checks.py
…
test_context_processors.py
…
test_decorators.py
Refs
#35844
-- Used asgiref.sync.iscoroutinefunction() instead of deprecated asyncio.iscoroutinefunction().
2024-10-17 10:15:10 -03:00
test_forms.py
…
test_handlers.py
…
test_hashers.py
…
test_login.py
Refs
#35530
-- Added basic test cases for auth.login.
2024-11-28 17:43:46 +01:00
test_management.py
Fixed
#35942
-- Fixed createsuperuser crash on Python 3.13+ when username is unavailable.
2024-11-26 17:15:00 -03:00
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
…
test_validators.py
Fixed
#35782
-- Allowed overriding password validation error messages.
2024-10-15 17:23:39 +02:00
test_views.py
Refs
#35727
-- Updated response.content.decode calls to use the HttpResponse.text property.
2024-10-16 11:52:22 +02:00
urls_admin.py
…
urls_custom_user_admin.py
…
urls.py
…